Re: [PATCH net-next 0/7] net: sched: prepare for more Qdisc offloads

2018-11-08 Thread David Miller
From: Jakub Kicinski Date: Wed, 7 Nov 2018 17:33:33 -0800 > This series refactors the "switchdev" Qdisc offloads a little. We have > a few Qdiscs which can be fully offloaded today to the forwarding plane > of switching devices. > > First patch adds a helper for handing statistic dumps, the

Re: [PATCH net-next 0/7] net: sched: prepare for more Qdisc offloads

2018-11-08 Thread Toke Høiland-Jørgensen
Jakub Kicinski writes: > On Thu, 08 Nov 2018 12:48:27 +0100, Toke Høiland-Jørgensen wrote: >> Jakub Kicinski writes: >> > Hi! >> > >> > This series refactors the "switchdev" Qdisc offloads a little. We have >> > a few Qdiscs which can be fully offloaded today to the forwarding plane >> > of

Re: [PATCH net-next 0/7] net: sched: prepare for more Qdisc offloads

2018-11-08 Thread Jakub Kicinski
On Thu, 08 Nov 2018 12:48:27 +0100, Toke Høiland-Jørgensen wrote: > Jakub Kicinski writes: > > Hi! > > > > This series refactors the "switchdev" Qdisc offloads a little. We have > > a few Qdiscs which can be fully offloaded today to the forwarding plane > > of switching devices. > > > > First

Re: [PATCH net-next 0/7] net: sched: prepare for more Qdisc offloads

2018-11-08 Thread Toke Høiland-Jørgensen
Jakub Kicinski writes: > Hi! > > This series refactors the "switchdev" Qdisc offloads a little. We have > a few Qdiscs which can be fully offloaded today to the forwarding plane > of switching devices. > > First patch adds a helper for handing statistic dumps, the code seems > to be copy pasted

[PATCH net-next 0/7] net: sched: prepare for more Qdisc offloads

2018-11-07 Thread Jakub Kicinski
Hi! This series refactors the "switchdev" Qdisc offloads a little. We have a few Qdiscs which can be fully offloaded today to the forwarding plane of switching devices. First patch adds a helper for handing statistic dumps, the code seems to be copy pasted between PRIO and RED. Second patch