Re: [PATCH net-next 1/6] net: sched: register callbacks for indirect tc block binds

2018-11-11 Thread Jiri Pirko
Sat, Nov 10, 2018 at 06:21:26AM CET, jakub.kicin...@netronome.com wrote: >From: John Hurley > >Currently drivers can register to receive TC block bind/unbind callbacks >by implementing the setup_tc ndo in any of their given netdevs. However, >drivers may also be interested in binds to higher level

[PATCH net-next 1/6] net: sched: register callbacks for indirect tc block binds

2018-11-09 Thread Jakub Kicinski
From: John Hurley Currently drivers can register to receive TC block bind/unbind callbacks by implementing the setup_tc ndo in any of their given netdevs. However, drivers may also be interested in binds to higher level devices (e.g. tunnel drivers) to potentially offload filters applied to them.