]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0aaa7a01d0746fe7a83c1ff9fb820afc4231f569
tree3d4cc8c686fee78a7667b0ddd9a90e416aa726a8
parenta3e8ad17ffac7024ae6aa19fda6ea03b544bced9
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