[RESEND PATCH net v3 0/3] Fix IPsec crypto offloads with vxlan tunnel
From: Huy Nguyen <hidden>
Date: 2021-06-03 16:01:03
v1 -> v2: - Move inner_ipproto into xfrm_offload structure. - Fix static code analysis errors. - skip checking for skb->encapsulation to be more flexible for vendor v2 -> v3: - Fix bug in patch 003 when checking for xo null pointer in mlx5e_ipsec_feature_check - Fix bug of accidentally commenting out memset in patch 003 This small series fixes ipsec TX offloads with vxlan overlay on top of the offloaded ipsec packet, the driver (mlx5) was lacking such information and the skb->encapsulation bit wasn't enough as indication to reach the vxlan inner headers, as a solution we mark the tunnel in the offloaded context of ipsec. Huy Nguyen (3): net/mlx5: Optimize mlx5e_feature_checks for non IPsec packet net/xfrm: Add inner_ipproto into sec_path net/mlx5: Fix checksum issue of VXLAN and IPsec crypto offload .../mellanox/mlx5/core/en_accel/ipsec_rxtx.c | 65 ++++++++++++++----- .../mellanox/mlx5/core/en_accel/ipsec_rxtx.h | 37 ++++++++--- .../net/ethernet/mellanox/mlx5/core/en_main.c | 8 ++- include/net/xfrm.h | 1 + net/xfrm/xfrm_output.c | 44 ++++++++++++- 5 files changed, 127 insertions(+), 28 deletions(-) -- 2.24.1