Re: [PATCH] net/ixgbe: increase vf reset timeout

2024-02-29 Thread Bruce Richardson
On Tue, Feb 27, 2024 at 12:35:28PM +, Medvedkin, Vladimir wrote: > On 30/01/2024 10:00, Kevin Traynor wrote: > > When vf issues a reset to pf there is a 50 msec wait plus an additional > > max of 1 msec for the pf to indicate the reset is complete before > > timeout. > > > > In some cases, it

Re: [PATCH] net/ixgbe: increase vf reset timeout

2024-02-27 Thread Medvedkin, Vladimir
On 30/01/2024 10:00, Kevin Traynor wrote: When vf issues a reset to pf there is a 50 msec wait plus an additional max of 1 msec for the pf to indicate the reset is complete before timeout. In some cases, it is seen that the reset is timing out, in which case the reset does not complete and an er

Re: [PATCH] net/ixgbe: increase vf reset timeout

2024-02-27 Thread Kevin Traynor
Hi Bruce, I see you are the lucky delegate for this patch :-) https://patchwork.dpdk.org/project/dpdk/patch/20240130100027.39466-1-ktray...@redhat.com/ Just wondering if any comment and if it's planned for 23.03 or later release ? thanks, Kevin. On 30/01/2024 10:00, Kevin Traynor wrote: > When

[PATCH] net/ixgbe: increase vf reset timeout

2024-01-30 Thread Kevin Traynor
When vf issues a reset to pf there is a 50 msec wait plus an additional max of 1 msec for the pf to indicate the reset is complete before timeout. In some cases, it is seen that the reset is timing out, in which case the reset does not complete and an error is returned. In order to account for th