Re: [PATCH 01/10] mpt3sas: switch to pci_alloc_irq_vectors

2017-02-16 Thread Sreekanth Reddy
On Tue, Jan 31, 2017 at 2:55 PM, Hannes Reinecke wrote: > Cleanup the MSI-X handling allowing us to use > the PCI-layer provided vector allocation. > > Signed-off-by: Hannes Reinecke > --- > drivers/scsi/mpt3sas/mpt3sas_base.c | 100 >

Re: [PATCH 01/10] mpt3sas: switch to pci_alloc_irq_vectors

2017-02-07 Thread Christoph Hellwig
Looks fine: Reviewed-by: Christoph Hellwig Btw, I think the !smp_affinity_enable path should just go away sooner or later.