Skip to content
Commit 94af50c0 authored by Patrisious Haddad's avatar Patrisious Haddad Committed by Saeed Mahameed
Browse files

net/mlx5e: Unify esw and normal IPsec status table creation/destruction

Change normal IPsec flow to use the same creation/destruction functions
for status flow table as that of ESW, which first of all refines the
code to have less code duplication.

And more importantly, the ESW status table handles IPsec syndrome
checks at steering by HW, which is more efficient than the previous
behaviour we had where it was copied to WQE meta data and checked
by the driver.

Fixes: 1762f132

 ("net/mlx5e: Support IPsec packet offload for RX in switchdev mode")
Signed-off-by: default avatarPatrisious Haddad <phaddad@nvidia.com>
Signed-off-by: default avatarLeon Romanovsky <leonro@nvidia.com>
parent 3d42c8cc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment