Re: [PATCH v7 2/7] fpga: dfl: pci: add irq info for feature devices enumeration

2020-06-28 Thread Moritz Fischer
On Tue, Jun 16, 2020 at 12:08:43PM +0800, Xu Yilun wrote: > Some DFL FPGA PCIe cards (e.g. Intel FPGA Programmable Acceleration > Card) support MSI-X based interrupts. This patch allows PCIe driver > to prepare and pass interrupt resources to DFL via enumeration API. > These interrupt resources

[PATCH v7 2/7] fpga: dfl: pci: add irq info for feature devices enumeration

2020-06-15 Thread Xu Yilun
Some DFL FPGA PCIe cards (e.g. Intel FPGA Programmable Acceleration Card) support MSI-X based interrupts. This patch allows PCIe driver to prepare and pass interrupt resources to DFL via enumeration API. These interrupt resources could then be assigned to actual features which use them.