[PATCH 4/7] PCI/MSI: Propagate IRQ affinity description through the MSI code

2016-11-08 Thread Christoph Hellwig
No API change yet, just pass it down all the way from pci_alloc_irq_vectors() to the core MSI code. Signed-off-by: Christoph Hellwig Reviewed-by: Hannes Reinecke Reviewed-by: Johannes Thumshirn Acked-by: Bjorn Helgaas ---

[PATCH 4/7] PCI/MSI: Propagate IRQ affinity description through the MSI code

2016-11-08 Thread Christoph Hellwig
No API change yet, just pass it down all the way from pci_alloc_irq_vectors() to the core MSI code. Signed-off-by: Christoph Hellwig Reviewed-by: Hannes Reinecke Reviewed-by: Johannes Thumshirn Acked-by: Bjorn Helgaas --- drivers/pci/msi.c | 66

Re: [PATCH 4/7] pci/msi: Propagate irq affinity description through the MSI code

2016-11-08 Thread Bjorn Helgaas
s|pci/msi|PCI/MSI| (subject) s/irq/IRQ/ (subject) On Mon, Nov 07, 2016 at 10:47:39AM -0800, Christoph Hellwig wrote: > From: Christogh Hellwig > > No API change yet, just pass it down all the way from > pci_alloc_irq_vectors to the core MSI code. pci_alloc_irq_vectors() >

Re: [PATCH 4/7] pci/msi: Propagate irq affinity description through the MSI code

2016-11-08 Thread Bjorn Helgaas
s|pci/msi|PCI/MSI| (subject) s/irq/IRQ/ (subject) On Mon, Nov 07, 2016 at 10:47:39AM -0800, Christoph Hellwig wrote: > From: Christogh Hellwig > > No API change yet, just pass it down all the way from > pci_alloc_irq_vectors to the core MSI code. pci_alloc_irq_vectors() > Signed-off-by:

Re: [PATCH 4/7] pci/msi: Propagate irq affinity description through the MSI code

2016-11-08 Thread Johannes Thumshirn
On Mon, Nov 07, 2016 at 10:47:39AM -0800, Christoph Hellwig wrote: > From: Christogh Hellwig > > No API change yet, just pass it down all the way from > pci_alloc_irq_vectors to the core MSI code. > > Signed-off-by: Christogh Hellwig > --- Looks good, Reviewed-by:

Re: [PATCH 4/7] pci/msi: Propagate irq affinity description through the MSI code

2016-11-08 Thread Johannes Thumshirn
On Mon, Nov 07, 2016 at 10:47:39AM -0800, Christoph Hellwig wrote: > From: Christogh Hellwig > > No API change yet, just pass it down all the way from > pci_alloc_irq_vectors to the core MSI code. > > Signed-off-by: Christogh Hellwig > --- Looks good, Reviewed-by: Johannes Thumshirn --

Re: [PATCH 4/7] pci/msi: Propagate irq affinity description through the MSI code

2016-11-08 Thread Hannes Reinecke
On 11/07/2016 07:47 PM, Christoph Hellwig wrote: From: Christogh Hellwig No API change yet, just pass it down all the way from pci_alloc_irq_vectors to the core MSI code. Signed-off-by: Christogh Hellwig --- drivers/pci/msi.c | 62

Re: [PATCH 4/7] pci/msi: Propagate irq affinity description through the MSI code

2016-11-08 Thread Hannes Reinecke
On 11/07/2016 07:47 PM, Christoph Hellwig wrote: From: Christogh Hellwig No API change yet, just pass it down all the way from pci_alloc_irq_vectors to the core MSI code. Signed-off-by: Christogh Hellwig --- drivers/pci/msi.c | 62 +-- 1

[PATCH 4/7] pci/msi: Propagate irq affinity description through the MSI code

2016-11-07 Thread Christoph Hellwig
From: Christogh Hellwig No API change yet, just pass it down all the way from pci_alloc_irq_vectors to the core MSI code. Signed-off-by: Christogh Hellwig --- drivers/pci/msi.c | 62 +-- 1 file changed, 33

[PATCH 4/7] pci/msi: Propagate irq affinity description through the MSI code

2016-11-07 Thread Christoph Hellwig
From: Christogh Hellwig No API change yet, just pass it down all the way from pci_alloc_irq_vectors to the core MSI code. Signed-off-by: Christogh Hellwig --- drivers/pci/msi.c | 62 +-- 1 file changed, 33 insertions(+), 29 deletions(-)