Forum Discussion
Altera_Forum
Honored Contributor
15 years agoHow to request multiply MSI interrupts?
Hi !!! Developing a network device driver on Arria2 GX (Avalon-ST). Is it possible to set a vector of 8 MSI interrupts , if the design supports only MSI interrupts, not MSI - X? From the...
Altera_Forum
Honored Contributor
14 years ago1. pci_enable_msi_block(). Will return irq numbers.
2. request_irq . Pass irq numbers, which returned by pci_enable_msi_block(). 3. Check your interrupts . cat /proc/interrupts. In your irq handler , printk irq number, which you receive. Regards, Igor