Re: [dpdk-dev] [PATCH v2] net/ixgbe: fix vf reset hw error handling

2020-09-10 Thread Guo, Jia
Hi, steve > -Original Message- > From: Yang, SteveX > Sent: Tuesday, September 8, 2020 11:17 AM > To: dev@dpdk.org > Cc: Zhao1, Wei ; Guo, Jia ; Yang, > Qiming ; Yang, SteveX > Subject: [PATCH v2] net/ixgbe: fix vf reset hw error handling > > The PF control message will interrupt the as

[dpdk-dev] [PATCH v2] net/ixgbe: fix vf reset hw error handling

2020-09-07 Thread SteveX Yang
The PF control message will interrupt the assigning MAC address for VF when PF physical link down, and the VF reset operation returns the IXGBE_ERR_INVALID_MAC_ADDR. In this case, reuse the MAC address when device initialization insteads of waiting PF reassign. Fixes: f69166c9a3c9 ("net/ixgbe: fix