]> git.baikalelectronics.ru Git - kernel.git/commit
flow_offload: add index to flow_action_entry structure
authorBaowen Zheng <baowen.zheng@corigine.com>
Fri, 17 Dec 2021 18:16:19 +0000 (19:16 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sun, 19 Dec 2021 14:08:47 +0000 (14:08 +0000)
commit7cc252ae191284d3b6b0dbdb83608a85f05e4b3b
tree3bdcc0947ebecea7d239ee5578acb2d580a62ad5
parent548b82c358725d606bd61408400bc54edc2de7b3
flow_offload: add index to flow_action_entry structure

Add index to flow_action_entry structure and delete index from police and
gate child structure.

We make this change to offload tc action for driver to identify a tc
action.

Signed-off-by: Baowen Zheng <baowen.zheng@corigine.com>
Signed-off-by: Simon Horman <simon.horman@corigine.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dsa/ocelot/felix_vsc9959.c
drivers/net/dsa/sja1105/sja1105_flower.c
drivers/net/ethernet/freescale/enetc/enetc_qos.c
drivers/net/ethernet/mellanox/mlxsw/spectrum_flower.c
drivers/net/ethernet/mscc/ocelot_flower.c
include/net/flow_offload.h
include/net/tc_act/tc_gate.h
net/sched/cls_api.c