Forum Discussion
OlegT
Occasional Contributor
4 years agoMSI interrupt in PCIe-MM-DMA example
Hello.
I am working with C10GX developement kit. As a starting point I use AN829 - Avalon-MM DMA ref design.
DMA works well. I want to test MSI in that design.
The design contains linux driver...
- 4 years ago
I've replaced legacy pci_enable_msi() with pci_alloc_irq_vectors(). Now ISR for single interrupts is called.
KhaiChein_Y_Intel
Regular Contributor
4 years agoHi,
It is glad that you found the solution to modify the driver. Thanks for sharing the solution as it helps other users who have this problem in their driver.
Thanks
Best regards,
KhaiY