On Mon, 29 Oct 2018 17:12:27 +0200, Or Gerlitz wrote:
> >> Maybe it would be better to follow the trusted environment model of the
> >> kernel
> >> and not protect the core from driver bugs? If the driver does things right
> >> they
> >> will unregister before bailing out and if not, they will ha
On Mon, Oct 29, 2018 at 2:54 PM John Hurley wrote:
> On Sun, Oct 28, 2018 at 11:10 AM Or Gerlitz wrote:
> >
> > On Thu, Oct 25, 2018 at 3:28 PM John Hurley
> > wrote:
> > > Currently drivers can register to receive TC block bind/unbind callbacks
> > > by implementing the setup_tc ndo in any of
On Sun, Oct 28, 2018 at 11:10 AM Or Gerlitz wrote:
>
> On Thu, Oct 25, 2018 at 3:28 PM John Hurley wrote:
> > 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
On Thu, Oct 25, 2018 at 3:28 PM John Hurley wrote:
> 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 pote
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.
Introduce indirect