Re: [PATCH net-next] ibmvnic: queue reset work in system_long_wq

2021-04-13 Thread Nathan Lynch
Hi Lijun, Lijun Pan writes: > When the linux system is under stress or the VIOS server is > responding slowly, the vnic driver may hit multiple timeouts during the > reset process. Instead of queueing the reset requests to system_wq, > queueing the relatively slow reset job to the system_long_wq.

[PATCH net-next] ibmvnic: queue reset work in system_long_wq

2021-04-13 Thread Lijun Pan
When the linux system is under stress or the VIOS server is responding slowly, the vnic driver may hit multiple timeouts during the reset process. Instead of queueing the reset requests to system_wq, queueing the relatively slow reset job to the system_long_wq. Suggested-by: Nathan Lynch Signed-o