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

2020-09-02 Thread Yang, Qiming
Hi, > -Original Message- > From: Yang, SteveX > Sent: 2020年9月2日 8:44 > To: dev@dpdk.org > Cc: Zhao1, Wei ; Guo, Jia ; Yang, > Qiming ; Yang, SteveX > Subject: [PATCH] net/ixgbe: fix vf reset hw error handling > > The PF control message will interrupt the assigning MAC address for VF whe

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

2020-09-01 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, reuses the MAC address from eth_ixgbevf_dev_init() directly, no need care of PF assignment. Fixes: f69166c9a3c9 ("net/