This patch series adds VLAN stripping offload. Note that this offload are device level offload.
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 ++-- drivers/common/sfc_efx/base/ef10_filter.c | 21 +++++++++++++++++++++ drivers/common/sfc_efx/base/ef10_impl.h | 1 + drivers/common/sfc_efx/base/ef10_nic.c | 6 ++++++ drivers/common/sfc_efx/base/efx.h | 10 ++++++++++ drivers/common/sfc_efx/base/efx_filter.c | 3 ++- drivers/common/sfc_efx/base/efx_impl.h | 1 + drivers/common/sfc_efx/base/efx_rx.c | 17 +++++++++++++++++ drivers/common/sfc_efx/base/rhead_rx.c | 3 +++ drivers/common/sfc_efx/base/siena_nic.c | 1 + drivers/net/sfc/sfc_ef100_rx.c | 21 ++++++++++++++++++++- drivers/net/sfc/sfc_rx.c | 19 +++++++++++++++++++ 12 files changed, 103 insertions(+), 4 deletions(-) -- 2.34.1