Re: [dpdk-dev] [PATCH v2] igb_uio: switch to pci_alloc_irq_vectors()

2017-04-20 Thread Nicolas Dichtel
Le 20/04/2017 à 13:59, Ferruh Yigit a écrit : > On 4/20/2017 10:01 AM, Nicolas Dichtel wrote: >> pci_enable_msix() will be removed in kernel 4.12. The new API is available >> since linux 4.8, thus let's use it. >> >> Link: >> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commi

Re: [dpdk-dev] [PATCH v2] igb_uio: switch to pci_alloc_irq_vectors()

2017-04-20 Thread Ferruh Yigit
On 4/20/2017 10:01 AM, Nicolas Dichtel wrote: > pci_enable_msix() will be removed in kernel 4.12. The new API is available > since linux 4.8, thus let's use it. > > Link: > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=aff171641d18 > Link: > https://git.kernel.org

[dpdk-dev] [PATCH v2] igb_uio: switch to pci_alloc_irq_vectors()

2017-04-20 Thread Nicolas Dichtel
pci_enable_msix() will be removed in kernel 4.12. The new API is available since linux 4.8, thus let's use it. Link: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=aff171641d18 Link: https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git/commit/?id=4244