]> www.infradead.org Git - users/jedix/linux-maple.git/commit
i40e: properly delete VF MAC filters
authorMitch Williams <mitch.a.williams@intel.com>
Thu, 19 Nov 2015 19:34:16 +0000 (11:34 -0800)
committerChuck Anderson <chuck.anderson@oracle.com>
Thu, 10 Mar 2016 16:36:36 +0000 (08:36 -0800)
commit95ec1af52d21b48228607af92535838659e8ff50
treea2e3c1595049b61b240fe2810cec5000abdcd1fc
parent309b2c35d9f7a6925aca18e06904f2e60d30e0f6
i40e: properly delete VF MAC filters

Orabug: 22342532

The virtual channel interface was using incorrect semantics to remove
MAC addresses, which would leave incorrect filters active when using
VLANs. To correct this, add a new function that unconditionally removes
MAC addresses from all VLANs, and call this function when the VF
requests a MAC filter removal.

Change-ID: I69826908ae4f6c847f5bf9b32f11faa760189c74
Signed-off-by: Mitch Williams <mitch.a.williams@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
(cherry picked from commit b36e9ab59b7e3a5b14bf88dc0536e6579db7b54d)
Signed-off-by: Brian Maly <brian.maly@oracle.com>
drivers/net/ethernet/intel/i40e/i40e.h
drivers/net/ethernet/intel/i40e/i40e_main.c
drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c