diff options
author | Ariel Levkovich <[email protected]> | 2021-01-11 21:42:59 +0200 |
---|---|---|
committer | Saeed Mahameed <[email protected]> | 2021-10-29 13:53:29 -0700 |
commit | dbac71f22954276633e525f958994f84a7bd303f (patch) | |
tree | 53c40e8423b116efbdb6048cc8333b4494aae898 /scripts/gdb/linux/utils.py | |
parent | 4f4edcc2b84fecec66748ecbb90a84b981ecdaae (diff) |
net/mlx5e: Accept action skbedit in the tc actions list
Setting the skb packet type field to host is usually
done when performing forwarding to ingress device.
This is required since the receive handling that is used
by the redirect to ingress action checks whether the packet
doesn't belong to this host and drops the packet in such case.
In order to be able to offload action redirect ingress, tc offload
code needs to accept the skbedit ptype action as well.
There's no special handling in HW for such action since it will
be followed by a redirect action and therefore, this code
only allows us to accept such action in the actions list but
not performing anything specific in HW for it.
Signed-off-by: Ariel Levkovich <[email protected]>
Reviewed-by: Paul Blakey <[email protected]>
Reviewed-by: Vlad Buslov <[email protected]>
Reviewed-by: Roi Dayan <[email protected]>
Signed-off-by: Saeed Mahameed <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions