i40e: Do not accept tagged packets by default
authorGreg Rose <gregory.v.rose@intel.com>
Thu, 22 May 2014 06:31:56 +0000 (06:31 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 11 Jun 2014 15:48:18 +0000 (08:48 -0700)
commit8c27d42ec61e9568fc24dbfb347d844252100765
tree3d4cc8c686fee78a7667b0ddd9a90e416aa726a8
parent4d9b604353e65824e49a01ecf2b3f3bf329e6048
i40e: Do not accept tagged packets by default

Remove the filter created by the firmware with the default MAC address it
reads out of the NVM storage and a promiscuous VLAN tag and replace it
with a filter that will not accept tagged packets by default.  The system
must request a VLAN tag packet filter to get packets with that tag.

Change-ID: I119e6c3603a039bd68282ba31bf26f33a575490a
Signed-off-by: Greg Rose <gregory.v.rose@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40e/i40e_main.c