Re: [dpdk-dev] [PATCH v2] net/i40e: solve the failure of vf vlan filtering

2021-08-26 Thread Qiming Chen
: dev On Behalf Of Qiming Chen Sent: Tuesday, August 24, 2021 5:30 PM To: dev@dpdk.org Cc: Xing, Beilei ; Qiming Chen Subject: [dpdk-dev] [PATCH v2] net/i40e: solve the failure of vf vlan filtering When vf driver port promiscuous is turned on, the vlan filtering function is invalid. Through

Re: [dpdk-dev] [PATCH v2] net/i40e: solve the failure of vf vlan filtering

2021-08-25 Thread Xing, Beilei
> -Original Message- > From: dev On Behalf Of Qiming Chen > Sent: Tuesday, August 24, 2021 5:30 PM > To: dev@dpdk.org > Cc: Xing, Beilei ; Qiming Chen > > Subject: [dpdk-dev] [PATCH v2] net/i40e: solve the failure of vf vlan > filtering > > When vf dri

[dpdk-dev] [PATCH v2] net/i40e: solve the failure of vf vlan filtering

2021-08-24 Thread Qiming Chen
When vf driver port promiscuous is turned on, the vlan filtering function is invalid. Through communication with PAE expert, this is a limitation of the i40e chip. Before adding or removing VLANs, you must first disable unicast promiscuous or multicast promiscuous, then operate the vlan, and finall