RE: [PATCH 3/3] smartpqi: switch to pci_alloc_irq_vectors

2016-10-31 Thread Don Brace
n Brace; ax...@kernel.dk; linux- > > s...@vger.kernel.org; linux-bl...@vger.kernel.org > > Subject: Re: [PATCH 3/3] smartpqi: switch to pci_alloc_irq_vectors > > > > EXTERNAL EMAIL > > > > > > On Sat, Oct 15, 2016 at 10:47:21AM +0200, Christoph Hellwig wrote: > >

RE: [PATCH 3/3] smartpqi: switch to pci_alloc_irq_vectors

2016-10-17 Thread Don Brace
.org > Subject: Re: [PATCH 3/3] smartpqi: switch to pci_alloc_irq_vectors > > EXTERNAL EMAIL > > > Hi Don, > > did you also have a chance to test the patch and verify that the > queues are properly set up with a smartpqi controller? I need more time to test, I need to

Re: [PATCH 3/3] smartpqi: switch to pci_alloc_irq_vectors

2016-10-17 Thread Christoph Hellwig
Hi Don, did you also have a chance to test the patch and verify that the queues are properly set up with a smartpqi controller? -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.

RE: [PATCH 3/3] smartpqi: switch to pci_alloc_irq_vectors

2016-10-17 Thread Don Brace
bject: Re: [PATCH 3/3] smartpqi: switch to pci_alloc_irq_vectors > > EXTERNAL EMAIL > > > On Sat, Oct 15, 2016 at 10:47:21AM +0200, Christoph Hellwig wrote: > > Which cleans up a lot of the MSI-X handling, and allows us to use the > > PCI IRQ layer provided vecto

Re: [PATCH 3/3] smartpqi: switch to pci_alloc_irq_vectors

2016-10-17 Thread Johannes Thumshirn
On Sat, Oct 15, 2016 at 10:47:21AM +0200, Christoph Hellwig wrote: > Which cleans up a lot of the MSI-X handling, and allows us to use the > PCI IRQ layer provided vector mapping, which we can then expose to blk-mq. > > Signed-off-by: Christoph Hellwig > --- Reviewed-by: Johannes Thumshirn --

Re: [PATCH 3/3] smartpqi: switch to pci_alloc_irq_vectors

2016-10-15 Thread Hannes Reinecke
On 10/15/2016 10:47 AM, Christoph Hellwig wrote: Which cleans up a lot of the MSI-X handling, and allows us to use the PCI IRQ layer provided vector mapping, which we can then expose to blk-mq. Signed-off-by: Christoph Hellwig --- drivers/scsi/smartpqi/smartpqi.h | 2 - drivers/scsi/sma