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 agoHi
In your case , the LATTICE_pci_intr_handler function will handle the MSI irq. int irq - the number of MSI irq, which you received. If you want to use 8 MSI, this code is probably correct. if 8 MSI-X, you need to request_irq on every interrupt line. Regards, Igor