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

2021-04-13 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Tue, 13 Apr 2021 14:33:39 -0500 you wrote: > The reset process for ibmvnic commonly takes multiple seconds, clearly > making it inappropriate for schedule_work/system_wq. The reason to make > this change is that ibmvnic'

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

2021-04-13 Thread Lijun Pan
The reset process for ibmvnic commonly takes multiple seconds, clearly making it inappropriate for schedule_work/system_wq. The reason to make this change is that ibmvnic's use of the default system-wide workqueue for a relatively long-running work item can negatively affect other workqueue users.