ixgbe: fix VF close to remove MAC address
authorBernard Iremonger <bernard.iremonger@intel.com>
Tue, 8 Mar 2016 17:10:27 +0000 (17:10 +0000)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 16 Mar 2016 16:17:29 +0000 (17:17 +0100)
commit5b8a98d69c4d66608012f65db14d2113611bc03f
tree933472f0ee48720142328bd0837c1db342c8507f
parent726ced201539740f00411e91a154d44feb0d494d
ixgbe: fix VF close to remove MAC address

Call the ixgbevf_remove_mac_addr() function in the ixgbevf_dev_close()
function to ensure that the VF traffic goes to the PF after stop,
close and detach of the VF.

Fixes: af75078fece3 ("first public release")

Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
drivers/net/ixgbe/ixgbe_ethdev.c