Re: [iwl-net PATCH v3] idpf: change IRQ naming to match netdev and ethtool queue numbering
From: Eric Dumazet
Date: Tue Jan 27 2026 - 11:38:44 EST
On Mon, Jan 26, 2026 at 10:56 PM Brian Vazquez <brianvv@xxxxxxxxxx> wrote:
>
> The code uses the vidx for the IRQ name but that doesn't match ethtool
> reporting nor netdev naming, this makes it hard to tune the device and
> associate queues with IRQs. Sequentially requesting irqs starting from
> '0' makes the output consistent.
>
> This commit changes the interrupt numbering but preserves the name
> format, maintaining ABI compatibility. Existing tools relying on the old
> numbering are already non-functional, as they lack a useful correlation
> to the interrupts.
>
Reviewed-by: Eric Dumazet <edumazet@xxxxxxxxxx>