net/ixgbe: fix VF reset HW error handling
authorSteve Yang <stevex.yang@intel.com>
Tue, 15 Sep 2020 06:46:22 +0000 (06:46 +0000)
committerFerruh Yigit <ferruh.yigit@intel.com>
Wed, 30 Sep 2020 17:19:09 +0000 (19:19 +0200)
commit7c6e6aef870848cf887b2115d7c13bfcde6f4627
tree4d2ca957bac27b21efd082fdf0337df7ac9954c5
parentbf615b077dd1638534adb6eca895fcdc27717972
net/ixgbe: fix VF reset HW error handling

When start a VF with no initial MAC address assigned by the underlying
Host PF driver, just reuse the MAC address assigned when VF is
initializing.

Fixes: f69166c9a3c9 ("net/ixgbe: fix reset error handling")
Cc: stable@dpdk.org
Signed-off-by: Steve Yang <stevex.yang@intel.com>
Acked-by: Jeff Guo <jia.guo@intel.com>
drivers/net/ixgbe/ixgbe_ethdev.c