This patch series adds VLAN stripping offload. Note that this offload are device level offload.
v5: * fixed problems with naming * fixed problems with abbreviations * fixed problems with isolated mode * fixed problems with consistency v4: * fix apply patch failure warning v3: * fix apply patch failure warning v2: * rebase patches on top of dpdk-next-net/main Artemii Morozov (3): common/sfc_efx/base: report VLAN stripping capability common/sfc_efx/base: add support to enable VLAN stripping net/sfc: support VLAN stripping offload doc/guides/nics/sfc_efx.rst | 4 ++-- doc/guides/rel_notes/release_23_07.rst | 6 ++++++ drivers/common/sfc_efx/base/ef10_filter.c | 6 ++++++ drivers/common/sfc_efx/base/ef10_nic.c | 6 ++++++ drivers/common/sfc_efx/base/efx.h | 13 +++++++++++++ drivers/common/sfc_efx/base/efx_impl.h | 1 + drivers/common/sfc_efx/base/efx_port.c | 18 ++++++++++++++++++ drivers/common/sfc_efx/base/efx_rx.c | 14 ++++++++++++++ drivers/common/sfc_efx/base/rhead_rx.c | 3 +++ drivers/common/sfc_efx/base/siena_nic.c | 1 + drivers/common/sfc_efx/version.map | 1 + drivers/net/sfc/sfc.h | 1 + drivers/net/sfc/sfc_ef100_rx.c | 18 +++++++++++++++++- drivers/net/sfc/sfc_port.c | 12 ++++++++++++ drivers/net/sfc/sfc_rx.c | 7 +++++++ 15 files changed, 108 insertions(+), 3 deletions(-) -- 2.34.1