RE: [PATCH] net/iavf: fix issue of VF resetting

2022-06-27 Thread Zhang, Qi Z
> -Original Message- > From: Zhou, YidingX > Sent: Monday, June 27, 2022 3:23 PM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Zhou, YidingX ; Wu, Jingjing > ; Xing, Beilei ; Zhang, Qi Z > > Subject: [PATCH] net/iavf: fix issue of VF resetting > > When

[PATCH] net/iavf: fix issue of VF resetting

2022-06-27 Thread Yiding Zhou
When the VF is in closed state, the vf_reset flag can not be reverted if the VF is reset asynchronously. This prevents all virtchnl commands from executing, causing subsequent calls to iavf_dev_reset() to fail. So the vf_reset flag needs to be reverted even when VF is in closed state. Fixes: 676d