Re: [PATCH 4/7] accel/qaic: Add support for MSI-X

2024-12-13 Thread Lizhi Hou
On 12/13/24 13:33, Jeffrey Hugo wrote: From: Youssef Samir AIC200 device will support MSI-X while AIC100 devices will keep using MSI. pci_alloc_irq_vectors() will try to allocate MSI-X vectors if it is supported by the target device, otherwise, it will fallback to MSI. Add support for MSI-X

[PATCH 4/7] accel/qaic: Add support for MSI-X

2024-12-13 Thread Jeffrey Hugo
From: Youssef Samir AIC200 device will support MSI-X while AIC100 devices will keep using MSI. pci_alloc_irq_vectors() will try to allocate MSI-X vectors if it is supported by the target device, otherwise, it will fallback to MSI. Add support for MSI-X vectors allocation for AIC200 devices. Sig