Re: [PATCH net-next] net: core: avoid WARN_ONCE for stale RX queue mappings
From: Jiayuan Chen
Date: Wed Aug 12 2026 - 23:08:04 EST
On 8/13/26 10:03 AM, Jakub Kicinski wrote:
On Tue, 11 Aug 2026 14:58:31 +0800 Jiayuan Chen wrote:
I just run ethtool -L rx 2 on my host and got such message..Looks like veth fails to restamp the queues, tho, doesn't it?
If so it's not an accidental race, the drivers are buggy and should
be fixed..
Yes, you're right.
My test only triggered a mismatch between veth's rx and tx queue counts, which is not a race condition, unlike the one this patch addresses.