diff options
author | Gavin Li <[email protected]> | 2023-03-16 09:07:58 +0200 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2023-03-17 22:41:16 -0700 |
commit | 6ee44c518159c364e5d30ed85d357fe1d8e2c141 (patch) | |
tree | 8fffcb217738565779cc6d20647e0037217f93ea /tools/perf/scripts/python/mem-phys-addr.py | |
parent | bc9d003dc48c381763c3a6309bfc5eecf9962b9c (diff) |
net/mlx5e: TC, Add support for VxLAN GBP encap/decap flows offload
Add HW offloading support for TC flows with VxLAN GBP encap/decap.
Example of encap rule:
tc filter add dev eth0 protocol ip ingress flower \
action tunnel_key set id 42 vxlan_opts 512 \
action mirred egress redirect dev vxlan1
Example of decap rule:
tc filter add dev vxlan1 protocol ip ingress flower \
enc_key_id 42 enc_dst_port 4789 vxlan_opts 1024 \
action tunnel_key unset action mirred egress redirect dev eth0
Signed-off-by: Gavin Li <[email protected]>
Reviewed-by: Gavi Teitz <[email protected]>
Reviewed-by: Roi Dayan <[email protected]>
Reviewed-by: Maor Dickman <[email protected]>
Acked-by: Saeed Mahameed <[email protected]>
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/mem-phys-addr.py')
0 files changed, 0 insertions, 0 deletions