OSDN Git Service

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)
commit53cb6e9e8949b13f63db0bc96f8fcc249763acfb
treec92ef3664b99b682736e385f239f9cd07cc1821e
parentab425cb7ffdb024a45b0b3bcbf58d52ead3c347c
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