wenbin111
New Contributor
1 year agolinux stratix 10 pcie driver
hi.
My device is stratix 10 1SX110HN2F43I2VG.
I want to implement that the fpga sends an msi/ MSI-X interrupt, and then the pcie driver receives the interrupt and communicates with the fpga.
According to this document:
https://www.intel.com/content/www/cn/zh/docs/programmable/683667/21-1/installing-the-linux-kernel-driver.html, The pcie driver is obtained in the./software/kernel/linux path, but this driver has no msi/ MSI-x interrupt related implementation. Can you provide a demo of the fpga sending interrupt, and then the pcie driver receiving the interrupt, and then communicating with the fpga, or provide information about the implementation of the driver interrupt? Thank you!