[dpdk-dev] [PATCH v3] i40e: fix VLAN filter in promiscuous mode

2016-07-04 Thread Bruce Richardson
On Mon, Jul 04, 2016 at 06:33:30AM +, Zhang, Helin wrote: > > > > -Original Message- > > From: Wu, Jingjing > > Sent: Thursday, June 30, 2016 9:26 AM > > To: Zhang, Helin > > Cc: dev at dpdk.org; Wu, Jingjing; Yigit, Ferruh > > Subject: [PATCH v3] i40e: fix VLAN filter in promiscuous

[dpdk-dev] [PATCH v3] i40e: fix VLAN filter in promiscuous mode

2016-07-04 Thread Zhang, Helin
> -Original Message- > From: Wu, Jingjing > Sent: Thursday, June 30, 2016 9:26 AM > To: Zhang, Helin > Cc: dev at dpdk.org; Wu, Jingjing; Yigit, Ferruh > Subject: [PATCH v3] i40e: fix VLAN filter in promiscuous mode > > For VLAN filtering VLAN table should be enabled. > But VLAN table is

[dpdk-dev] [PATCH v3] i40e: fix VLAN filter in promiscuous mode

2016-06-30 Thread Jingjing Wu
For VLAN filtering VLAN table should be enabled. But VLAN table is disabled by default until a rule added. In promiscuous mode no rule is added to enable the VLAN table. So this patch clears promiscuous VLAN flag on VSI, and adds a rule to enable VLAN table to fix VLAN filtering in promiscuous mod