RE: [PATCH v2] net/iavf: fix duplicate reset done check with large VF

2023-06-30 Thread Zhang, Qi Z
> -Original Message- > From: Zeng, ZhichaoX > Sent: Friday, June 30, 2023 2:06 PM > To: dev@dpdk.org > Cc: Zhang, Qi Z ; Jiale, SongX ; > Zeng, ZhichaoX ; Wu, Jingjing > ; Xing, Beilei > Subject: [PATCH v2] net/iavf: fix duplicate reset done check with large VF

[PATCH v2] net/iavf: fix duplicate reset done check with large VF

2023-06-29 Thread Zhichao Zeng
When starting with large vf, need to reset VF to request queues, the reset process will execute VIRTCHNL commands to clean up resource. VF reset done check and reset watchdog read the same global register, resulting in the NIC not responding to the VIRTCHNL command. This patch turns off the watch