net/i40e: revert VLAN filtering fix
authorJingjing Wu <jingjing.wu@intel.com>
Wed, 13 Jul 2016 10:27:50 +0000 (18:27 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 15 Jul 2016 20:31:06 +0000 (22:31 +0200)
commit83453b84b9fba5781f9e4a2da07303ca1ca92ae5
tree0d77e1bb9412d6b142c75c470cf39dd26cd86cba
parent9cca159efa1ebe0463a2805d309394c9eb1b532a
net/i40e: revert VLAN filtering fix

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: fix VLAN filtering in promiscuous mode")

Reported-by: Jeff Shaw <jeffrey.b.shaw@intel.com>
Signed-off-by: Jingjing Wu <jingjing.wu@intel.com>
Acked-by : Jing Chen <jing.d.chen@intel.com>
drivers/net/i40e/i40e_ethdev.c