Is it possible to enable multiple MSI in an EP driver for PCIe in linux? I have read these 2 posts that indicate issue for multiple MSI
https://e2e.ti.com/support/embedded/linux/f/354/t/350070
Do we have to call pci_enable_msi_block(pdev,1) for 4 times to get 4 MSI's or it is not possible to get multiple MSI in keystone II architecture?
Regards