Re: [PATCH] csiostor: switch to pci_alloc_irq_vectors

2017-04-06 Thread Martin K. Petersen
Christoph Hellwig writes: > Ok, the version below simplify skip the function split entirely: Applied to 4.12/scsi-queue. -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] csiostor: switch to pci_alloc_irq_vectors

2017-04-06 Thread Varun Prakash
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 > Date: Thu, 12 Jan 2017 11:17:29 +0100 >

Re: [PATCH] csiostor: switch to pci_alloc_irq_vectors

2017-04-06 Thread Christoph Hellwig
Ok, the version below simplify skip the function split entirely: --- >From 7c9ca58f1d8cf53b42f14a51e02d0f3d0f12ab45 Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Thu, 12 Jan 2017 11:17:29 +0100 Subject: csiostor: switch to pci_alloc_irq_vectors And get automatic MSI-X

Re: [PATCH] csiostor: switch to pci_alloc_irq_vectors

2017-04-05 Thread Varun Prakash
On Wed, Apr 05, 2017 at 08:26:57AM +0200, Christoph Hellwig wrote: > On Tue, Apr 04, 2017 at 01:49:44PM +0530, Varun Prakash wrote: > > On Tue, Apr 04, 2017 at 08:46:14AM +0200, Christoph Hellwig wrote: > > > Does this one work better? > > > > > > > csiostor driver is triggering following warning

Re: [PATCH] csiostor: switch to pci_alloc_irq_vectors

2017-04-05 Thread Christoph Hellwig
On Tue, Apr 04, 2017 at 01:49:44PM +0530, Varun Prakash wrote: > On Tue, Apr 04, 2017 at 08:46:14AM +0200, Christoph Hellwig wrote: > > Does this one work better? > > > > csiostor driver is triggering following warning during module unload. Looks like we need to explicitly ignore the

Re: [PATCH] csiostor: switch to pci_alloc_irq_vectors

2017-04-04 Thread Varun Prakash
On Tue, Apr 04, 2017 at 08:46:14AM +0200, Christoph Hellwig wrote: > Does this one work better? > csiostor driver is triggering following warning during module unload. WARNING: CPU: 8 PID: 20636 at kernel/irq/manage.c:1480 __free_irq+0xa6/0x2b0 Trying to free already-free IRQ 53 CPU: 8 PID:

Re: [PATCH] csiostor: switch to pci_alloc_irq_vectors

2017-04-04 Thread Christoph Hellwig
Does this one work better? --- >From e5a4178cb810be581b6d9b8f48f13b12e88eae74 Mon Sep 17 00:00:00 2001 From: Christoph Hellwig 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:

Re: [PATCH] csiostor: switch to pci_alloc_irq_vectors

2017-04-03 Thread Varun Prakash
On Fri, Mar 31, 2017 at 12:25:27PM +0530, Christoph Hellwig wrote: > On Fri, Jan 20, 2017 at 07:27:02PM -0500, Martin K. Petersen wrote: > > > "Christoph" == Christoph Hellwig writes: > > > > Christoph> And get automatic MSI-X affinity for free. > > > > Chelsio folks: Please

Re: [PATCH] csiostor: switch to pci_alloc_irq_vectors

2017-03-31 Thread Christoph Hellwig
On Fri, Jan 20, 2017 at 07:27:02PM -0500, Martin K. Petersen wrote: > > "Christoph" == Christoph Hellwig writes: > > Christoph> And get automatic MSI-X affinity for free. > > Chelsio folks: Please review and test! ping!

Re: [PATCH] csiostor: switch to pci_alloc_irq_vectors

2017-01-20 Thread Martin K. Petersen
> "Christoph" == Christoph Hellwig writes: Christoph> And get automatic MSI-X affinity for free. Chelsio folks: Please review and test! -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of

[PATCH] csiostor: switch to pci_alloc_irq_vectors

2017-01-13 Thread Christoph Hellwig
And get automatic MSI-X affinity for free. Signed-off-by: Christoph Hellwig --- drivers/scsi/csiostor/csio_hw.h | 4 +- drivers/scsi/csiostor/csio_init.c | 9 +-- drivers/scsi/csiostor/csio_isr.c | 127 +- 3 files changed, 51