we ought export interrupts of devices via the API. MSI numbers can be found via /sys/class/net/DEVNAME/device/msi_irqs; this directory contains a file for each MSI interrupt. not all network devices have a device link (lo does not, for example). mapping the various MSI interrupts to their device roles seems to require arbitrary parsing of /proc/interrupts as far as i can tell =[.
we ought export interrupts of devices via the API. MSI numbers can be found via
/sys/class/net/DEVNAME/device/msi_irqs
; this directory contains a file for each MSI interrupt. not all network devices have adevice
link (lo does not, for example). mapping the various MSI interrupts to their device roles seems to require arbitrary parsing of/proc/interrupts
as far as i can tell =[.