Re: [PATCH v6 0/4] virtio-net: disable delayed refill when pausing rx

2025-04-28 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 25 Apr 2025 14:10:14 +0700 you wrote: > Hi everyone, > > This only includes the selftest for virtio-net deadlock bug. The fix > commit has been applied already. > > Link: > https://lore.kernel.org/virtuali

Re: [PATCH v6 0/4] virtio-net: disable delayed refill when pausing rx

2025-04-25 Thread Michael S. Tsirkin
On Fri, Apr 25, 2025 at 02:10:14PM +0700, Bui Quang Minh wrote: > Hi everyone, > > This only includes the selftest for virtio-net deadlock bug. The fix > commit has been applied already. > > Link: > https://lore.kernel.org/virtualization/174537302875.2111809.8543884098526067319.git-patchwork-not

[PATCH v6 0/4] virtio-net: disable delayed refill when pausing rx

2025-04-25 Thread Bui Quang Minh
Hi everyone, This only includes the selftest for virtio-net deadlock bug. The fix commit has been applied already. Link: https://lore.kernel.org/virtualization/174537302875.2111809.8543884098526067319.git-patchwork-not...@kernel.org/T/ Version 6 changes: - Rebase on net-next and resolve conflic