Re: [PATCH] interrupts: add uio type to support multiple interrupt vector

2022-04-28 Thread David Marchand
On Thu, Apr 7, 2022 at 8:45 AM Tianli Lai wrote: > > vmxnet3 device use MSI-X interrupt type. > vmxnet3 driver configure the hardware to generate MSI-X interrupts > would fail when call rte_intr_cap_multiple function return zero. Iiuc, the issue is that you are using vmxnet3 devices bound to igb_

[PATCH] interrupts: add uio type to support multiple interrupt vector

2022-04-06 Thread Tianli Lai
vmxnet3 device use MSI-X interrupt type. vmxnet3 driver configure the hardware to generate MSI-X interrupts would fail when call rte_intr_cap_multiple function return zero. Signed-off-by: Tianli Lai --- lib/eal/linux/eal_interrupts.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/eal