Use sysfs to get IRQ information for devices, exported through netstack_iface_irq() and netstack_iface_irqcount(). These functions assume that IRQs are contiguous for a device, which i'm not sure about. This only works thus far for directly-connected PCIe NICs making use of MSI. Closes #51.
Use sysfs to get IRQ information for devices, exported through
netstack_iface_irq()
andnetstack_iface_irqcount()
. These functions assume that IRQs are contiguous for a device, which i'm not sure about. This only works thus far for directly-connected PCIe NICs making use of MSI. Closes #51.