Re: [PATCH 2/6] ipr: use pci_irq_allocate_vectors
From: Christoph Hellwig <hch@lst.de>
Date: 2016-09-29 15:32:48
Also in:
kvm, linux-media, linux-pci, linux-scsi, lkml
From: Christoph Hellwig <hch@lst.de>
Date: 2016-09-29 15:32:48
Also in:
kvm, linux-media, linux-pci, linux-scsi, lkml
On Thu, Sep 29, 2016 at 09:01:44AM -0500, Brian King wrote:
Thanks Christoph. Very nice. As I was reviewing the patch, I noticed the additional PCI_IRQ_AFFINITY flag, which is currently not being set in this patch. Is the intention to set that globally by default, or should I follow up with a one liner to add that to the ipr driver in the next patch set I send out?
Hi Brian, PCI_IRQ_AFFINITY seems useful for ipr, especially if you also increase the number of vectors above the current default 2. And yes, please make it a separate patch.