Re: [PATCH v2] virtio_net: simplify tx queue wake condition check

2025-07-15 Thread Lei Yang
Tested this series of patches v2 with virtio-net regression tests, everything works fine. Tested-by: Lei Yang On Thu, Jul 10, 2025 at 10:32 AM wrote: > > From: Liming Wu > > Consolidate the two nested if conditions for checking tx queue wake > conditions into a single combined condition. This

Re: [PATCH v2] virtio_net: simplify tx queue wake condition check

2025-07-11 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Thu, 10 Jul 2025 10:32:08 +0800 you wrote: > From: Liming Wu > > Consolidate the two nested if conditions for checking tx queue wake > conditions into a single combined condition. This improves code > readability