Re: [patch net-next 1/9] net_sch: red: Add offload ability to RED qdisc

2017-11-06 Thread Simon Horman
On Mon, Nov 06, 2017 at 07:23:41AM +0100, Jiri Pirko wrote: > From: Nogah Frankel > > Add the ability to offload RED qdisc by using ndo_setup_tc. > There are four commands for RED offloading: > * TC_RED_SET: handles set and change. > * TC_RED_DESTROY: handle qdisc destroy. >

[patch net-next 1/9] net_sch: red: Add offload ability to RED qdisc

2017-11-05 Thread Jiri Pirko
From: Nogah Frankel Add the ability to offload RED qdisc by using ndo_setup_tc. There are four commands for RED offloading: * TC_RED_SET: handles set and change. * TC_RED_DESTROY: handle qdisc destroy. * TC_RED_STATS: update the qdiscs counters (given as reference) *