]> git.baikalelectronics.ru Git - kernel.git/commit
net/sched: act_ct: Enable hardware offload of flow table entires
authorPaul Blakey <paulb@mellanox.com>
Thu, 12 Mar 2020 10:23:09 +0000 (12:23 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 12 Mar 2020 22:00:39 +0000 (15:00 -0700)
commit95bde1852c60f7928e7a903346ff89d58d83cc50
tree53d58189c25c94f11c481b7361eb3f1570b3f261
parent7595bc38e0283c3edf11d478954df024f2081fbe
net/sched: act_ct: Enable hardware offload of flow table entires

Pass the zone's flow table instance on the flow action to the drivers.
Thus, allowing drivers to register FT add/del/stats callbacks.

Finally, enable hardware offload on the flow table instance.

Signed-off-by: Paul Blakey <paulb@mellanox.com>
Reviewed-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/flow_offload.h
include/net/tc_act/tc_ct.h
net/sched/act_ct.c
net/sched/cls_api.c