Hi, Haiyue Will this patch set cover DCF QinQ enable in the future? Qiming
> -----Original Message----- > From: Wang, Haiyue <haiyue.w...@intel.com> > Sent: Monday, December 14, 2020 15:12 > To: dev@dpdk.org > Cc: Yang, Qiming <qiming.y...@intel.com>; Wu, Jingjing > <jingjing...@intel.com>; Zhang, Qi Z <qi.z.zh...@intel.com>; Wang, Haiyue > <haiyue.w...@intel.com> > Subject: [PATCH v2 0/5] Add AVF & DCF VLAN feaure > > Add new VLAN feature, which has rich settings. > > Haiyue Wang (5): > common/iavf: new VLAN opcode > net/iavf: support Ethernet CRC strip disable > net/ice: enable QinQ filter for switch > net/ice: add DCF port representor > net/iavf: support new VLAN virtchnl opcodes > > drivers/common/iavf/virtchnl.h | 229 +++++++++++++++ > drivers/net/iavf/iavf.h | 6 + > drivers/net/iavf/iavf_ethdev.c | 49 ++++ > drivers/net/iavf/iavf_rxtx.c | 6 +- > drivers/net/iavf/iavf_vchnl.c | 150 +++++++++- > drivers/net/ice/ice_dcf.c | 1 + > drivers/net/ice/ice_dcf_ethdev.c | 91 +++++- > drivers/net/ice/ice_dcf_ethdev.h | 20 ++ > drivers/net/ice/ice_dcf_vf_representor.c | 356 +++++++++++++++++++++++ > drivers/net/ice/ice_generic_flow.c | 8 + > drivers/net/ice/ice_generic_flow.h | 1 + > drivers/net/ice/ice_switch_filter.c | 104 ++++++- > drivers/net/ice/meson.build | 1 + > 13 files changed, 1002 insertions(+), 20 deletions(-) create mode 100644 > drivers/net/ice/ice_dcf_vf_representor.c > > -- > 2.29.2