Re: [PATCH] net/netvsc: increase VSP response timeout to 60 seconds

2023-09-28 Thread Ferruh Yigit
On 7/26/2023 11:29 PM, lon...@linuxonhyperv.com wrote: > From: Long Li > > The current timeout is set to 5 seconds. In Azure, tests show that it may > take up to 15 seconds for VSP to respond on busy nodes. The VSP schedules > unbounded work to process VSC resquest, there is no upper limit on how

[PATCH] net/netvsc: increase VSP response timeout to 60 seconds

2023-07-26 Thread longli
From: Long Li The current timeout is set to 5 seconds. In Azure, tests show that it may take up to 15 seconds for VSP to respond on busy nodes. The VSP schedules unbounded work to process VSC resquest, there is no upper limit on how long it takes to send response back to VSC. In the NETVSC kerne