On Thu, Apr 06, 2017 at 09:58:58AM +0200, Christoph Hellwig wrote: > Ok, the version below simplify skip the function split entirely: > > --- > From 7c9ca58f1d8cf53b42f14a51e02d0f3d0f12ab45 Mon Sep 17 00:00:00 2001 > From: Christoph Hellwig <hch@xxxxxx> > Date: Thu, 12 Jan 2017 11:17:29 +0100 > Subject: csiostor: switch to pci_alloc_irq_vectors > > And get automatic MSI-X affinity for free. > > Signed-off-by: Christoph Hellwig <hch@xxxxxx> > --- > drivers/scsi/csiostor/csio_hw.h | 1 - > drivers/scsi/csiostor/csio_isr.c | 128 ++++++++++++++------------------------- > 2 files changed, 47 insertions(+), 82 deletions(-) > Looks good. Acked-by: Varun Prakash <varun@xxxxxxxxxxx>