Re: [PATCH net-next v8 04/16] net, ethtool: Disallow leased real rxqs to be resized
From: Jakub Kicinski <kuba@kernel.org>
Date: 2026-01-31 23:45:17
Also in:
bpf
From: Jakub Kicinski <kuba@kernel.org>
Date: 2026-01-31 23:45:17
Also in:
bpf
On Thu, 29 Jan 2026 23:28:18 +0100 Daniel Borkmann wrote:
Similar to AF_XDP, do not allow queues in a physical netdev to be resized by ethtool -L when they are leased.
I'd be tempted to factor the addition of netdev_queue_busy() out and get it merged quickly so that we can make this series smaller and more focused. Reviewed-by: Jakub Kicinski <kuba@kernel.org>