Forum Discussion

OlegT's avatar
OlegT
Icon for Occasional Contributor rankOccasional Contributor
4 years ago
Solved

MSI 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...
  • OlegT's avatar
    4 years ago

    I've replaced legacy pci_enable_msi() with pci_alloc_irq_vectors(). Now ISR for single interrupts is called.