Re: [PATCH] fnic: switch to pci_alloc_irq_vectors

2017-02-06 Thread Martin K. Petersen
> "Christoph" == Christoph Hellwig writes: Christoph> Not a full cleanup for the IRQ code, for that we'd need to Christoph> know if the max number of the various CQ types is going to Christoph> stay 1 forever. Satish: Please test and review! -- Martin K. Petersen Oracle Linux Engineer

[PATCH] fnic: switch to pci_alloc_irq_vectors

2017-02-01 Thread Christoph Hellwig
Not a full cleanup for the IRQ code, for that we'd need to know if the max number of the various CQ types is going to stay 1 forever. Signed-off-by: Christoph Hellwig --- drivers/scsi/fnic/fnic.h | 1 - drivers/scsi/fnic/fnic_isr.c | 41 + 2 files cha