diff options
author | Maor Dickman <[email protected]> | 2022-11-24 14:21:03 +0200 |
---|---|---|
committer | Saeed Mahameed <[email protected]> | 2022-11-29 21:09:48 -0800 |
commit | dcf19b9ce4fd2ad6d2fbfa1c3039919fc43968f4 (patch) | |
tree | cc0d540e5016266787d749bf3ad09393026810a2 /lib/mpi/mpi-internal.h | |
parent | 42760d95a0c192218b57f033ef39f7b493ffec59 (diff) |
net/mlx5e: TC, Add offload support for trap with additional actions
TC trap action offload is currently supported only when trap is the sole action
in the flow.
This patch remove this limitation by changing trap action offload to not use
MLX5_ATTR_FLAG_SLOW_PATH flag and instead set the flow destination table
explicitly to be the slow table. This will allow offload of the additional
actions.
TC flow example:
tc filter add dev $REP2 protocol ip prio 2 root \
flower skip_sw dst_mac $mac0 \
action mirred egress redirect dev $REP3 \
action pedit ex munge eth dst set $mac2 pipe \
action trap
Signed-off-by: Maor Dickman <[email protected]>
Reviewed-by: Raed Salem <[email protected]>
Reviewed-by: Roi Dayan <[email protected]>
Signed-off-by: Saeed Mahameed <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-internal.h')
0 files changed, 0 insertions, 0 deletions