Re: [dpdk-dev] [PATCH v3 1/2] common/iavf: support VLAN filtering

2021-01-19 Thread Xing, Beilei
> -Original Message- > From: Wang, Haiyue > Sent: Wednesday, January 20, 2021 12:18 PM > To: dev@dpdk.org > Cc: Yang, Qiming ; Zhang, Qi Z > ; Fu, Qi ; Wang, Haiyue > ; Creeley, Brett ; Wu, > Jingjing ; Xing, Beilei > Subject: [PATCH v3 1/2] common/iavf: support VLAN filtering > > In

[dpdk-dev] [PATCH v3 1/2] common/iavf: support VLAN filtering

2021-01-19 Thread Haiyue Wang
In order to support enable/disable VLAN filtering the VF has to negotiate the capability via VIRTCHNL_OP_GET_OFFLOAD_VLAN_V2. If VIRTCHNL_VLAN_TOGGLE is allowed for the VLAN fitlering capabilities, then there needs to be a method to allow this. Make the necessary changes to support this. Also, sin