Re: [PATCH 1/5] net: thunderx: switch to pci_alloc_irq_vectors

2017-03-27 Thread Christoph Hellwig
On Mon, Mar 27, 2017 at 09:33:32PM +0530, Sunil Kovvuri wrote: > How urgent is this ? I would like to get this into 4.12 to stop people from adding new users of pci_enable_msix. > Can we comeup with a proper patch to fix this in couple of weeks, instead of > going with these untested patches ? S

Re: [PATCH 1/5] net: thunderx: switch to pci_alloc_irq_vectors

2017-03-27 Thread Sunil Kovvuri
On Mon, Mar 27, 2017 at 1:59 PM, Christoph Hellwig wrote: > Remove the deprecated pci_enable_msix API in favour of it's successor. > > Signed-off-by: Christoph Hellwig > --- > drivers/net/ethernet/cavium/thunder/nic_main.c | 75 > ++ > 1 file changed, 15 insertions(+), 6

[PATCH 1/5] net: thunderx: switch to pci_alloc_irq_vectors

2017-03-27 Thread Christoph Hellwig
Remove the deprecated pci_enable_msix API in favour of it's successor. Signed-off-by: Christoph Hellwig --- drivers/net/ethernet/cavium/thunder/nic_main.c | 75 ++ 1 file changed, 15 insertions(+), 60 deletions(-) diff --git a/drivers/net/ethernet/cavium/thunder/nic_main