]> git.baikalelectronics.ru Git - kernel.git/commit
i40e: Removal of workaround for simple MAC address filter deletion
authorFilip Sadowski <filip.sadowski@intel.com>
Tue, 27 Sep 2016 18:28:53 +0000 (11:28 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Sat, 29 Oct 2016 06:28:39 +0000 (23:28 -0700)
commit2bccd6686cf2fd33e3c4691cfe0bc2b8c379522f
treec92ef3664b99b682736e385f239f9cd07cc1821e
parent9a60714d7a8e470b4e16a61d88c077f956039ed6
i40e: Removal of workaround for simple MAC address filter deletion

This is code refactoring. This patch removes the workaround which deleted
a default MAC filter added by the firmware when the interface was brought
up. This filter caused frames to pass disregarding the VLAN tagging.
It used to be automatically applied after reset in pre-SRA FW versions.
This workaround is not needed in production NICs and hence can be removed.

Change-ID: I129fe1aae1f17b5a224c9b29a996d916aa1be1ec
Signed-off-by: Filip Sadowski <filip.sadowski@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40e/i40e_main.c