Re: [PATCHv2] mpt3sas: switch to pci_alloc_irq_vectors

2017-01-12 Thread Hannes Reinecke
On 01/12/2017 01:23 PM, Sreekanth Reddy wrote: On Tue, Dec 20, 2016 at 6:57 PM, Hannes Reinecke wrote: Cleanup the MSI-X handling allowing us to use the PCI-layer provided vector allocation. Signed-off-by: Hannes Reinecke diff --git a/drivers/scsi/mpt3sas/mpt3sas_base.c b/drivers/scsi/mpt3s

Re: [PATCHv2] mpt3sas: switch to pci_alloc_irq_vectors

2017-01-12 Thread Sreekanth Reddy
On Tue, Dec 20, 2016 at 6:57 PM, Hannes Reinecke wrote: > Cleanup the MSI-X handling allowing us to use > the PCI-layer provided vector allocation. > > Signed-off-by: Hannes Reinecke > > diff --git a/drivers/scsi/mpt3sas/mpt3sas_base.c > b/drivers/scsi/mpt3sas/mpt3sas_base.c > index a1a5ceb..751

Re: [PATCHv2] mpt3sas: switch to pci_alloc_irq_vectors

2017-01-06 Thread Sreekanth Reddy
On Fri, Jan 6, 2017 at 7:13 AM, Martin K. Petersen wrote: >> "Hannes" == Hannes Reinecke writes: > > Hannes> Cleanup the MSI-X handling allowing us to use the PCI-layer > Hannes> provided vector allocation. > > Sreekanth, Sathya: Please review! Martin, We have started some testing on this p

Re: [PATCHv2] mpt3sas: switch to pci_alloc_irq_vectors

2017-01-05 Thread Martin K. Petersen
> "Hannes" == Hannes Reinecke writes: Hannes> Cleanup the MSI-X handling allowing us to use the PCI-layer Hannes> provided vector allocation. Sreekanth, Sathya: Please review! -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the line "unsubscribe l

Re: [PATCHv2] mpt3sas: switch to pci_alloc_irq_vectors

2016-12-20 Thread Christoph Hellwig
Looks fine, Reviewed-by: Christoph Hellwig -- 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.org/majordomo-info.html

[PATCHv2] mpt3sas: switch to pci_alloc_irq_vectors

2016-12-20 Thread Hannes Reinecke
Cleanup the MSI-X handling allowing us to use the PCI-layer provided vector allocation. Signed-off-by: Hannes Reinecke diff --git a/drivers/scsi/mpt3sas/mpt3sas_base.c b/drivers/scsi/mpt3sas/mpt3sas_base.c index a1a5ceb..75149f0 100644 --- a/drivers/scsi/mpt3sas/mpt3sas_base.c +++ b/drivers/scs