From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next] net: stmmac: Add support for CBS QDISC Date: Sat, 30 Jun 2018 18:39:06 +0900 (KST) Message-ID: <20180630.183906.17520902834970585.davem@davemloft.net> References: Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, Joao.Pinto@synopsys.com, Vitor.Soares@synopsys.com, peppe.cavallaro@st.com, alexandre.torgue@st.com To: Jose.Abreu@synopsys.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:35958 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934002AbeF3Jk2 (ORCPT ); Sat, 30 Jun 2018 05:40:28 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: From: Jose Abreu Date: Wed, 27 Jun 2018 13:43:20 +0100 > This adds support for CBS reconfiguration using the TC application. > > A new callback was added to TC ops struct and another one to DMA ops to > reconfigure the channel mode. > > Tested in GMAC5.10. > > Signed-off-by: Jose Abreu Applied.