Re: [PATCH net-next] net: stmmac: Add support for CBS QDISC

2018-06-30 Thread David Miller
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 Appli

Re: [PATCH net-next] net: stmmac: Add support for CBS QDISC

2018-06-27 Thread Geert Uytterhoeven
Hi Jose, On Wed, Jun 27, 2018 at 4:44 PM Jose Abreu wrote: > On 27-06-2018 15:36, Geert Uytterhoeven wrote: > > On Wed, Jun 27, 2018 at 4:32 PM Jose Abreu wrote: > >> ++ SH Maintainers > >> ++ SH ML > >> > >> Hi SH Maintainers, > >> > >> On 27-06-2018 15:15, kbuild test robot wrote: > >>> Hi Jos

Re: [PATCH net-next] net: stmmac: Add support for CBS QDISC

2018-06-27 Thread Jose Abreu
Hi Geert, On 27-06-2018 15:36, Geert Uytterhoeven wrote: > Hi Jose, > > On Wed, Jun 27, 2018 at 4:32 PM Jose Abreu wrote: >> ++ SH Maintainers >> ++ SH ML >> >> Hi SH Maintainers, >> >> On 27-06-2018 15:15, kbuild test robot wrote: >>> Hi Jose, >>> >>> I love your patch! Perhaps something to impr

Re: [PATCH net-next] net: stmmac: Add support for CBS QDISC

2018-06-27 Thread Geert Uytterhoeven
Hi Jose, On Wed, Jun 27, 2018 at 4:32 PM Jose Abreu wrote: > ++ SH Maintainers > ++ SH ML > > Hi SH Maintainers, > > On 27-06-2018 15:15, kbuild test robot wrote: > > Hi Jose, > > > > I love your patch! Perhaps something to improve: > > > > [auto build test WARNING on net-next/master] > > > > url

Re: [PATCH net-next] net: stmmac: Add support for CBS QDISC

2018-06-27 Thread Jose Abreu
++ LKML because I just noticed this is using generic headers. On 27-06-2018 15:32, Jose Abreu wrote: > ++ SH Maintainers > ++ SH ML > > Hi SH Maintainers, > > On 27-06-2018 15:15, kbuild test robot wrote: >> Hi Jose, >> >> I love your patch! Perhaps something to improve: >> >> [auto build test WAR

Re: [PATCH net-next] net: stmmac: Add support for CBS QDISC

2018-06-27 Thread Jose Abreu
++ SH Maintainers ++ SH ML Hi SH Maintainers, On 27-06-2018 15:15, kbuild test robot wrote: > Hi Jose, > > I love your patch! Perhaps something to improve: > > [auto build test WARNING on net-next/master] > > url: > https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_0day-2Dci_lin

Re: [PATCH net-next] net: stmmac: Add support for CBS QDISC

2018-06-27 Thread kbuild test robot
Hi Jose, I love your patch! Perhaps something to improve: [auto build test WARNING on net-next/master] url: https://github.com/0day-ci/linux/commits/Jose-Abreu/net-stmmac-Add-support-for-CBS-QDISC/20180627-214704 config: sh-allyesconfig (attached as .config) compiler: sh4-linux-gnu-gcc (Debi

[PATCH net-next] net: stmmac: Add support for CBS QDISC

2018-06-27 Thread Jose Abreu
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 Cc: David S. Miller Cc: Joao Pinto Cc: Vitor Soares Cc: Giuseppe Cavallaro