Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski <[email protected]>:
On Mon, 29 Jun 2026 10:42:30 +0800 you wrote: > From: Longjun Tang <[email protected]> > > When busy-poll is active, napi_schedule_prep() returns false in > virtqueue_napi_schedule(), so virtqueue_disable_cb() is skipped. > The device may keep firing irqs until reaches virtqueue_napi_complete(). > Under load (received == budget), it will lead to a large number > of spurious interrupts. > > [...] Here is the summary with links: - [v5] virtio_net: disable cb when NAPI is busy-polled https://git.kernel.org/netdev/net/c/1eb8fc67ca41 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
