diff options
| author | David S. Miller <davem@davemloft.net> | 2022-07-06 12:44:39 +0100 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2022-07-06 12:44:39 +0100 |
| commit | 44d632d5dde2514b414bd6344918d68dacd8fe6f (patch) | |
| tree | 01fa9fc940185a231a27369ef54ea437bff3d4d0 /include | |
| parent | e6fa930f73a15238f3cb0c204e2f786c919b815c (diff) | |
| parent | 4d1e07d83ccc87f210e5b852b0a5ea812a2f191c (diff) | |
| download | cachepc-linux-44d632d5dde2514b414bd6344918d68dacd8fe6f.tar.gz cachepc-linux-44d632d5dde2514b414bd6344918d68dacd8fe6f.zip | |
Merge branch 'act_police-continue-offload-fix'
Vlad Buslov says:
====================
net: Fix police 'continue' action offload
TC act_police with 'continue' action had been supported by mlx5 matchall
classifier offload implementation for some time. However, 'continue' was
assumed implicitly and recently got broken in multiple places. Fix it in
both TC hardware offload validation code and mlx5 driver.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
| -rw-r--r-- | include/net/flow_offload.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/flow_offload.h b/include/net/flow_offload.h index 6484095a8c01..7ac313858037 100644 --- a/include/net/flow_offload.h +++ b/include/net/flow_offload.h @@ -152,6 +152,7 @@ enum flow_action_id { FLOW_ACTION_PIPE, FLOW_ACTION_VLAN_PUSH_ETH, FLOW_ACTION_VLAN_POP_ETH, + FLOW_ACTION_CONTINUE, NUM_FLOW_ACTIONS, }; |
