[PATCH v4 0/3] net/sfc: support VLAN stripping offload

Artemii Morozov artemii.morozov at arknetworks.am
Thu Jun 1 17:30:19 CEST 2023


This patch series adds VLAN stripping offload. Note that this
offload are device level offload.

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 ++--
 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



More information about the dev mailing list