Forum Discussion
Altera_Forum
Honored Contributor
13 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