net/sched: cls_flower: Set the filter Hardware device for all use-cases
authorHadar Hen Zion <hadarh@mellanox.com>
Sun, 4 Dec 2016 13:25:19 +0000 (15:25 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 5 Dec 2016 20:06:58 +0000 (15:06 -0500)
commita6e169312971219a34927e8fdece60046fafb8ba
tree3dffea390e5937f265986672f53165ae34b8790d
parent96d5822c1d812ed30da035795a4408f43fe533f3
net/sched: cls_flower: Set the filter Hardware device for all use-cases

Check if the returned device from tcf_exts_get_dev function supports tc
offload and in case the rule can't be offloaded, set the filter hw_dev
parameter to the original device given by the user.

The filter hw_device parameter should always be set by fl_hw_replace_filter
function, since this pointer is used by dump stats and destroy
filter for each flower rule (offloaded or not).

Fixes: 7091d8c7055d ('net/sched: cls_flower: Add offload support using egress Hardware device')
Signed-off-by: Hadar Hen Zion <hadarh@mellanox.com>
Reported-by: Simon Horman <horms@verge.net.au>
Tested-by: Simon Horman <simon.horman@netronome.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/cls_flower.c