igb_uio: fix MSI-X IRQ assignment with new IRQ function
authorMarkus Theil <markus.theil@tu-ilmenau.de>
Tue, 5 Sep 2017 12:04:03 +0000 (14:04 +0200)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 6 Oct 2017 22:03:03 +0000 (23:03 +0100)
commitd26fc87aa26953f97e6c93d07ee9cc1415e44e20
treebf8dd31c0b127ba0b7fc1c68c28bfec3b6b68bd8
parent9838673e32fd0af4aa03f4d230ba9be318b4f9d7
igb_uio: fix MSI-X IRQ assignment with new IRQ function

The patch which introduced the usage of pci_alloc_irq_vectors
came after the patch which switched to non-threaded ISR (f0d1896fa1),
but did not use non-threaded ISR, if pci_alloc_irq_vectors
is used.

Fixes: 99bb58f3adc7 ("igb_uio: switch to new irq function for MSI-X")
Cc: stable@dpdk.org
Signed-off-by: Markus Theil <markus.theil@tu-ilmenau.de>
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
lib/librte_eal/linuxapp/igb_uio/igb_uio.c