From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH v5 net-next 0/6] net: ethernet: ti: cpsw: add MQPRIO and CBS Qdisc offload Date: Mon, 23 Jul 2018 20:38:56 -0700 (PDT) Message-ID: <20180723.203856.565513635273795922.davem@davemloft.net> References: <20180723212634.3219-1-ivan.khoronzhuk@linaro.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: grygorii.strashko@ti.com, corbet@lwn.net, akpm@linux-foundation.org, netdev@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, vinicius.gomes@intel.com, henrik@austad.us, jesus.sanchez-palencia@intel.com, ilias.apalodimas@linaro.org, p-varis@ti.com, spatton@ti.com, francois.ozog@linaro.org, yogeshs@ti.com, nsekhar@ti.com, andrew@lunn.ch To: ivan.khoronzhuk@linaro.org Return-path: In-Reply-To: <20180723212634.3219-1-ivan.khoronzhuk@linaro.org> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Ivan Khoronzhuk Date: Tue, 24 Jul 2018 00:26:28 +0300 > This series adds MQPRIO and CBS Qdisc offload for TI cpsw driver. > It potentially can be used in audio video bridging (AVB) and time > sensitive networking (TSN). > > Patchset was tested on AM572x EVM and BBB boards. Last patch from this > series adds detailed description of configuration with examples. For > consistency reasons, in role of talker and listener, tools from > patchset "TSN: Add qdisc based config interface for CBS" were used and > can be seen here: https://www.spinics.net/lists/netdev/msg460869.html > > Based on net-next/master Series applied, thanks Ivan.