On Mon, Jan 26, 2026 at 10:56 PM Brian Vazquez <[email protected]> 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 <[email protected]>
