Re: [PATCH v4 4/6] qla2xxx: Add multiple queue pair functionality.

2016-12-13 Thread Martin K. Petersen
> "Himanshu" == Madhani, Himanshu writes: Himanshu> Would you be pulling changes for this new call into scsi tree Himanshu> anytime soon Himanshu> https://git.kernel.org/cgit/linux/kernel/git/tip/tip.git/log/?h=irq/for-block James just sent the first batch of 4.10 to Linus. Once Linus mer

Re: [PATCH v4 4/6] qla2xxx: Add multiple queue pair functionality.

2016-12-09 Thread Madhani, Himanshu
Hi Martin, On 12/9/16, 11:39 AM, "Madhani, Himanshu" wrote: > >On 12/9/16, 5:10 AM, "Christoph Hellwig" wrote: > >>Ok. We'll still need to use PCI_IRQ_AFFINITY here after it's removed >>i nthe previous patch, but with pci_irq_alloc_vectors_affinity so that >>we can get the separate non-assi

Re: [PATCH v4 4/6] qla2xxx: Add multiple queue pair functionality.

2016-12-09 Thread Madhani, Himanshu
On 12/9/16, 5:10 AM, "Christoph Hellwig" wrote: >Ok. We'll still need to use PCI_IRQ_AFFINITY here after it's removed >i nthe previous patch, but with pci_irq_alloc_vectors_affinity so that >we can get the separate non-assignment vector right as in the previous >discussion. Ack. Will fix up pa

Re: [PATCH v4 4/6] qla2xxx: Add multiple queue pair functionality.

2016-12-09 Thread Christoph Hellwig
Ok. We'll still need to use PCI_IRQ_AFFINITY here after it's removed i nthe previous patch, but with pci_irq_alloc_vectors_affinity so that we can get the separate non-assignment vector right as in the previous discussion. -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in

Re: [PATCH v4 4/6] qla2xxx: Add multiple queue pair functionality.

2016-12-08 Thread Madhani, Himanshu
Hi Christoph, On 12/7/16, 11:05 AM, "Christoph Hellwig" wrote: >On Tue, Dec 06, 2016 at 11:07:44AM -0800, Himanshu Madhani wrote: >> From: Michael Hernandez >> >> Replaced existing multiple queue functionality with framework >> that allows for the creation of pairs of request and response qu

Re: [PATCH v4 4/6] qla2xxx: Add multiple queue pair functionality.

2016-12-08 Thread Hannes Reinecke
On 12/06/2016 08:07 PM, Himanshu Madhani wrote: From: Michael Hernandez Replaced existing multiple queue functionality with framework that allows for the creation of pairs of request and response queues, either at start of day or dynamically. Queue pair creation depend on module parameter "ql2

Re: [PATCH v4 4/6] qla2xxx: Add multiple queue pair functionality.

2016-12-07 Thread Christoph Hellwig
On Tue, Dec 06, 2016 at 11:07:44AM -0800, Himanshu Madhani wrote: > From: Michael Hernandez > > Replaced existing multiple queue functionality with framework > that allows for the creation of pairs of request and response queues, > either at start of day or dynamically. > > Queue pair creation d