Forum Discussion
Altera_Forum
Honored Contributor
11 years agoI Jayan.mistry,
I've got the nearly same problem as you. I connected several irq on RXmirq pcie-interrupt port and activated it in CRA registers (0x0050). And I've got only one MSI message in host side, whatever the irq is raised on RXmirq port. However, the host told me that 4 msi are available : In linux function -> pci_msi_vec_count(pdev) return 4. But pci_enable_msi_range(pdev, 1, 4) return only 1. Martoni.