Mon, Jun 25, 2018 at 11:30:07PM CEST, jakub.kicin...@netronome.com wrote: >From: John Hurley <john.hur...@netronome.com> > >Add the reoffload tcf_proto_op in matchall to generate an offload message >for each filter in the given tcf_proto. Call the specified callback with >this new offload message. The function only returns an error if the >callback rejects adding a 'hardware only' rule. > >Ensure matchall flags correctly report if the rule is in hw by keeping a >reference counter for the number of instances of the rule offloaded. Only >update the flag when this counter changes from or to 0. > >Signed-off-by: John Hurley <john.hur...@netronome.com> >Signed-off-by: Jakub Kicinski <jakub.kicin...@netronome.com>
Acked-by: Jiri Pirko <j...@mellanox.com>