mbox

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

Message ID 20230601153022.99634-1-artemii.morozov@arknetworks.am (mailing list archive)
Headers

Message

Artemii Morozov June 1, 2023, 3:30 p.m. UTC
  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(-)