Re: [dpdk-dev] [PATCH] net/iavf: fix the VLAN tag extraction handling

2021-02-23 Thread Zhang, Qi Z
> -Original Message- > From: Xie, WeiX > Sent: Tuesday, February 23, 2021 3:18 PM > To: Rong, Leyi ; Zhang, Qi Z ; Lu, > Wenzhuo ; Xing, Beilei > Cc: dev@dpdk.org; Wang, Haiyue ; Rong, Leyi > > Subject: RE: [dpdk-dev] [PATCH] net/iavf: fix the VLAN tag extract

Re: [dpdk-dev] [PATCH] net/iavf: fix the VLAN tag extraction handling

2021-02-22 Thread Xie, WeiX
ang, Haiyue ; Rong, Leyi > > Subject: [dpdk-dev] [PATCH] net/iavf: fix the VLAN tag extraction handling > > From: Haiyue Wang > > The new VIRTCHNL_VF_OFFLOAD_VLAN_V2 capability added support that > allows the PF to set the location of the RX VLAN tag for stripping offloads.

[dpdk-dev] [PATCH] net/iavf: fix the VLAN tag extraction handling

2021-02-22 Thread Leyi Rong
From: Haiyue Wang The new VIRTCHNL_VF_OFFLOAD_VLAN_V2 capability added support that allows the PF to set the location of the RX VLAN tag for stripping offloads. So the VF needs to extract the VLAN tag according to the location flags. Fixes: 1c301e8c3cff ("net/iavf: support new VLAN capabilities