[dpdk-dev] [PATCH v4 3/3] ixgbe: fix dev_close to remove VF MAC address.

2016-03-09 Thread Ananyev, Konstantin
> -Original Message- > From: Iremonger, Bernard > Sent: Tuesday, March 08, 2016 5:10 PM > To: dev at dpdk.org > Cc: Ananyev, Konstantin; Lu, Wenzhuo; Wu, Jingjing; Iremonger, Bernard > Subject: [PATCH v4 3/3] ixgbe: fix dev_close to remove VF MAC address. > > Call the ixgbevf_remove_mac_

[dpdk-dev] [PATCH v4 3/3] ixgbe: fix dev_close to remove VF MAC address.

2016-03-08 Thread Bernard Iremonger
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 --- drivers/net/ixgbe/ixgbe_ethdev.c | 8 ++-- 1