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.