[dpdk-dev] [PATCH v6 0/3] Add AVF & DCF VLAN feaure

Haiyue Wang haiyue.wang at intel.com
Tue Jan 12 09:12:59 CET 2021


v6: code clean, and update the commit log.
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.

Haiyue Wang (3):
  net/iavf: support Ethernet CRC strip disable
  net/ice: add the DCF VLAN handling
  net/iavf: implement new VLAN capability handling

 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            | 156 ++++++++++-
 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 +
 9 files changed, 723 insertions(+), 16 deletions(-)
 create mode 100644 drivers/net/ice/ice_dcf_vf_representor.c

-- 
2.30.0



More information about the dev mailing list