Re: [PATCH] net: ethernet: aquantia: switch to pci_alloc_irq_vectors

2017-02-15 Thread David Miller
From: Christoph Hellwig Date: Wed, 15 Feb 2017 08:38:47 +0100 > pci_enable_msix has been long deprecated, but this driver adds a new > instance. Convert it to pci_alloc_irq_vectors so that no new instance > of the deprecated function reaches mainline. > > Signed-off-by: Christoph

Re: [PATCH] net: ethernet: aquantia: switch to pci_alloc_irq_vectors

2017-02-15 Thread Pavel Belous
On 15.02.2017 10:38, Christoph Hellwig wrote: pci_enable_msix has been long deprecated, but this driver adds a new instance. Convert it to pci_alloc_irq_vectors so that no new instance of the deprecated function reaches mainline. Signed-off-by: Christoph Hellwig ---

[PATCH] net: ethernet: aquantia: switch to pci_alloc_irq_vectors

2017-02-14 Thread Christoph Hellwig
pci_enable_msix has been long deprecated, but this driver adds a new instance. Convert it to pci_alloc_irq_vectors so that no new instance of the deprecated function reaches mainline. Signed-off-by: Christoph Hellwig --- .../net/ethernet/aquantia/atlantic/aq_pci_func.c | 101