From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752180AbdJZJDN (ORCPT ); Thu, 26 Oct 2017 05:03:13 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:58416 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751027AbdJZJDL (ORCPT ); Thu, 26 Oct 2017 05:03:11 -0400 Date: Thu, 26 Oct 2017 11:03:08 +0200 From: Andrew Lunn To: Jose Abreu Cc: Florian Fainelli , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, "David S. Miller" , Joao Pinto , Giuseppe Cavallaro , Alexandre Torgue , Rob Herring Subject: Re: [PATCH net-next 2/2] bindings: net: stmmac: Add documentation for TSN parameters Message-ID: <20171026090308.GD20299@lunn.ch> References: <23152048-09fe-2950-e1ff-8cf90ca3f465@synopsys.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <23152048-09fe-2950-e1ff-8cf90ca3f465@synopsys.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > These parameters may also need to change in runtime depending on > the scheduled traffic. Unfortunately, net subsystem does not yet > support TSN so this will have to wait and for now we will use > fixed parameters. Hi Jose what you should do is help Linux get support for TSN. Please take part in this discussion: https://patchwork.ozlabs.org/cover/808504/ Test the RFC, make sure the concepts will work for your hardware. Make you hardware work with these RFC patches. Help drive TSN forward. Once the core TSN code lands, then you can post patches for your driver. Andrew