Re: [Intel-wired-lan] [net-next v3 2/2] e1000: Link NAPI instances to queues and IRQs

2024-10-01 Thread Simon Horman
On Mon, Sep 30, 2024 at 05:12:32PM +, Joe Damato wrote: > Add support for netdev-genl, allowing users to query IRQ, NAPI, and queue > information. > > After this patch is applied, note the IRQ assigned to my NIC: > > $ cat /proc/interrupts | grep enp0s8 | cut -f1 --delimiter=':' > 18 > > No

[Intel-wired-lan] [net-next v3 2/2] e1000: Link NAPI instances to queues and IRQs

2024-09-30 Thread Joe Damato
Add support for netdev-genl, allowing users to query IRQ, NAPI, and queue information. After this patch is applied, note the IRQ assigned to my NIC: $ cat /proc/interrupts | grep enp0s8 | cut -f1 --delimiter=':' 18 Note the output from the cli: $ ./tools/net/ynl/cli.py --spec Documentation/net