diff options
| author | Jakub Kicinski <[email protected]> | 2023-08-02 18:37:38 -0700 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2023-08-02 18:37:39 -0700 |
| commit | edd8b295f9e2fcad840ef1a8694332989649783d (patch) | |
| tree | d14e9d5e9906fd6beb680f70c4507035b80897d6 /tools/perf/scripts/python/bin | |
| parent | 30ff01ee99bc961e5f278f997e41ffb94785a88b (diff) | |
| parent | c8e350e62fc51f3fda28f166fc402f4fb539f528 (diff) | |
Merge branch 'mlx5-ipsec-packet-offload-support-in-eswitch-mode'
Leon Romanovsky says:
====================
mlx5 IPsec packet offload support in eswitch mode
This series from Jianbo adds mlx5 IPsec packet offload support in eswitch
offloaded mode.
It works exactly like "regular" IPsec, nothing special, except
now users can switch to switchdev before adding IPsec rules.
devlink dev eswitch set pci/0000:06:00.0 mode switchdev
Same configurations as here:
https://lore.kernel.org/netdev/[email protected]/
Packet offload mode:
ip xfrm state offload packet dev <if-name> dir <in|out>
ip xfrm policy .... offload packet dev <if-name>
Crypto offload mode:
ip xfrm state offload crypto dev <if-name> dir <in|out>
or (backward compatibility)
ip xfrm state offload dev <if-name> dir <in|out>
v0: https://lore.kernel.org/all/[email protected]
====================
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions