[dpdk-dev] [PATCH v5 0/4] Add AVF & DCF VLAN feaure

Haiyue Wang haiyue.wang at intel.com
Mon Jan 11 14:34:02 CET 2021


Add new VLAN feature, which has rich settings.

v5: seperate the QinQ switch filter with another thead.
v4: make code readable for QinQ TPID setting.
v3: code refactor for handing QinQ according to the VC response.

Note:

Patch [1] is used to start CI checking, it will be sent
by: https://patchwork.dpdk.org/cover/86137/

Haiyue Wang (4):
  common/iavf: new VLAN opcode - [1]
  net/iavf: support Ethernet CRC strip disable
  net/ice: add the DCF VLAN handling
  net/iavf: implement new VLAN capability handling

 drivers/common/iavf/virtchnl.h           | 416 +++++++++++++++++++++++
 drivers/net/iavf/iavf.h                  |   6 +
 drivers/net/iavf/iavf_ethdev.c           | 120 ++++++-
 drivers/net/iavf/iavf_rxtx.c             |   6 +-
 drivers/net/iavf/iavf_vchnl.c            | 123 ++++++-
 drivers/net/ice/ice_dcf.c                |   1 +
 drivers/net/ice/ice_dcf_ethdev.c         |  91 ++++-
 drivers/net/ice/ice_dcf_ethdev.h         |  24 ++
 drivers/net/ice/ice_dcf_vf_representor.c | 334 ++++++++++++++++++
 drivers/net/ice/meson.build              |   1 +
 10 files changed, 1106 insertions(+), 16 deletions(-)
 create mode 100644 drivers/net/ice/ice_dcf_vf_representor.c

-- 
2.30.0



More information about the dev mailing list