On Tue, Feb 23, 2016 at 11:02:33AM -0800, John Fastabend wrote: > The offload decision was originally very basic and tied to if the dev > implemented the appropriate ndo op hook. The next step is to allow > the user to more flexibly define if any paticular rule should be > offloaded or not. In order to have this logic in one function lift > the current check into a helper routine tc_should_offload(). > > Signed-off-by: John Fastabend <john.r.fastab...@intel.com>
Reviewed-by: Simon Horman <simon.hor...@netronome.com>