Hello:
This patch was applied to netdev/net.git (main) by Paolo Abeni pabeni@redhat.com:
On Fri, 9 Aug 2024 08:58:58 -0700 you wrote:
From: Long Li longli@microsoft.com
After napi_complete_done() is called when NAPI is polling in the current process context, another NAPI may be scheduled and start running in softirq on another CPU and may ring the doorbell before the current CPU does. When combined with unnecessary rings when there is no need to arm the CQ, it triggers error paths in the hardware.
[...]
Here is the summary with links: - [v3,net] net: mana: Fix doorbell out of order violation and avoid unnecessary doorbell rings https://git.kernel.org/netdev/net/c/58a63729c957
You are awesome, thank you!