> -----Original Message-----
> From: dev <[email protected]> On Behalf Of Wenjun Wu
> Sent: Sunday, April 25, 2021 10:03 AM
> To: [email protected]; Xing, Beilei <[email protected]>
> Cc: Wu, Wenjun1 <[email protected]>
> Subject: [dpdk-dev] [PATCH v2] net/i40e: extend VF reset waiting time
>
> When resetting VF, VF will issue reset command to PF, wait a fixed amount of
> time, and assume VF reset is done. However, due to the change of dpdk
> related library content, the original delay is not enough. When we use DPDK
> PF instead of kernel PF, it may cause VF start error.
>
> This patch extend VF reset waiting time from 200ms to 500ms so that VF can
> start normally when using DPDK PF and DPDK VF in most cases.
>
> Signed-off-by: Wenjun Wu <[email protected]>
Acked-by: Qi Zhang <[email protected]>
Applied to dpdk-next-net-intel.
Thanks
Qi