Re: [dpdk-dev] [PATCH v6 2/5] igb_uio: fix irq disable on recent kernels

2017-09-04 Thread Ferruh Yigit
On 9/4/2017 7:17 PM, Markus Theil wrote: > igb_uio already allocates irqs using pci_alloc_irq_vectors on > recent kernels >= 4.8. The interrupt disable code was not > using the corresponding pci_free_irq_vectors, but the also > deprecated pci_disable_msix, before this fix. > > Fixes: 99bb58f3adc7

[dpdk-dev] [PATCH v6 2/5] igb_uio: fix irq disable on recent kernels

2017-09-04 Thread Markus Theil
igb_uio already allocates irqs using pci_alloc_irq_vectors on recent kernels >= 4.8. The interrupt disable code was not using the corresponding pci_free_irq_vectors, but the also deprecated pci_disable_msix, before this fix. Fixes: 99bb58f3adc7 ("igb_uio: switch to new irq function for MSI-X") Cc: