[dpdk-dev] [PATCH] net/i40e: revert VLAN filtering fix

2016-07-15 Thread Thomas Monjalon
> > This reverts commit 4761f57d58c6f52543738dbe299f846d62d75895. > > Introducing VLAN table by adding VLAN adminq command will cause NIC's > > throughput drop obviously. It's a hardware issue. > > With this revert, VLAN filtering can only work when promiscuous mode is > > disabled. > > > >

[dpdk-dev] [PATCH] net/i40e: revert VLAN filtering fix

2016-07-13 Thread Jingjing Wu
This reverts commit 4761f57d58c6f52543738dbe299f846d62d75895. Introducing VLAN table by adding VLAN adminq command will cause NIC's throughput drop obviously. It's a hardware issue. With this revert, VLAN filtering can only work when promiscuous mode is disabled. Reverts: 4761f57d58c6 ("net/i40e:

[dpdk-dev] [PATCH] net/i40e: revert VLAN filtering fix

2016-07-13 Thread Chen, Jing D
Hi, > -Original Message- > From: Wu, Jingjing > Sent: Wednesday, July 13, 2016 6:28 PM > To: Richardson, Bruce > Cc: dev at dpdk.org; Wu, Jingjing ; Shaw, Jeffrey B > ; Zhang, Helin ; Chen, > Jing D ; Ananyev, Konstantin > > Subject: [PATCH] net/i40e: revert VLAN filtering fix > > This