On Tue, Feb 23, 2016 at 11:02:56AM -0800, John Fastabend wrote: > In the original series drivers would get offload requests for cls_u32 > rules even if the feature bit is disabled. This meant the driver had > to do a boiler plate check on the feature bit before adding/deleting > the rule. > > This patch lifts the check into the core code and removes it from the > driver specific case. > > Signed-off-by: John Fastabend <john.r.fastab...@intel.com>
Reviewed-by: Simon Horman <simon.hor...@netronome.com>