Re: [next-queue PATCH v6 4/5] net/sched: Add support for HW offloading for CBS

2017-10-12 Thread Henrik Austad
On Wed, Oct 11, 2017 at 05:54:48PM -0700, Vinicius Costa Gomes wrote: > This adds support for offloading the CBS algorithm to the controller, > if supported. Drivers wanting to support CBS offload must implement > the .ndo_setup_tc callback and handle the TC_SETUP_CBS (introduced > here) type. Thi

[next-queue PATCH v6 4/5] net/sched: Add support for HW offloading for CBS

2017-10-11 Thread Vinicius Costa Gomes
This adds support for offloading the CBS algorithm to the controller, if supported. Drivers wanting to support CBS offload must implement the .ndo_setup_tc callback and handle the TC_SETUP_CBS (introduced here) type. Signed-off-by: Vinicius Costa Gomes --- include/linux/netdevice.h | 1 + incl