Re: [PATCH net-next v2 7/7] net: sched: call reoffload op on block callback reg

2018-06-25 Thread Jiri Pirko
Mon, Jun 25, 2018 at 11:30:10PM CEST, jakub.kicin...@netronome.com wrote: >From: John Hurley > >Call the reoffload tcf_proto_op on all tcf_proto nodes in all chains of a >block when a callback tries to register to a block that already has >offloaded rules. If all existing rules cannot be offloaded

[PATCH net-next v2 7/7] net: sched: call reoffload op on block callback reg

2018-06-25 Thread Jakub Kicinski
From: John Hurley Call the reoffload tcf_proto_op on all tcf_proto nodes in all chains of a block when a callback tries to register to a block that already has offloaded rules. If all existing rules cannot be offloaded then the registration is rejected. This replaces the previous policy of reject