> -----Original Message----- > From: Yang, Qiming <[email protected]> > Sent: Tuesday, December 15, 2020 13:22 > To: Wang, Haiyue <[email protected]>; [email protected] > Cc: Wu, Jingjing <[email protected]>; Zhang, Qi Z <[email protected]> > Subject: RE: [PATCH v2 0/5] Add AVF & DCF VLAN feaure > > Hi, Haiyue > Will this patch set cover DCF QinQ enable in the future?
Yes. > > Qiming > > > -----Original Message----- > > From: Wang, Haiyue <[email protected]> > > Sent: Monday, December 14, 2020 15:12 > > To: [email protected] > > Cc: Yang, Qiming <[email protected]>; Wu, Jingjing > > <[email protected]>; Zhang, Qi Z <[email protected]>; Wang, Haiyue > > <[email protected]> > > 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

