Re: [PATCH 4/8] qedi: Allocate IRQs based on msix_cnt

2018-11-25 Thread Lee Duncan
On 11/20/18 2:37 AM, Nilesh Javali wrote: > The driver load on some systems failed with error, > [0004:01:00.5]:[qedi_request_msix_irq:2524]:8: request_irq failed. > > Allocate the IRQs based on MSIX count obtained from qed module > instead of number of queues. > > Signed-off-by: Nilesh Javali >

[PATCH 4/8] qedi: Allocate IRQs based on msix_cnt

2018-11-20 Thread Nilesh Javali
The driver load on some systems failed with error, [0004:01:00.5]:[qedi_request_msix_irq:2524]:8: request_irq failed. Allocate the IRQs based on MSIX count obtained from qed module instead of number of queues. Signed-off-by: Nilesh Javali --- drivers/scsi/qedi/qedi_main.c | 2 +- 1 file changed