Re: [PATCH 7/8] pci: spread interrupt vectors in pci_alloc_irq_vectors

2016-04-18 Thread Thomas Gleixner
On Fri, 15 Apr 2016, Christoph Hellwig wrote: > Set the affinity_mask before allocating vectors. And for now we also > need a little hack after allocation, hopefully someone smarter than me > can move this into the core code. > > > + /* XXX: this should really move into the core IRQ allocat

[PATCH 7/8] pci: spread interrupt vectors in pci_alloc_irq_vectors

2016-04-15 Thread Christoph Hellwig
Set the affinity_mask before allocating vectors. And for now we also need a little hack after allocation, hopefully someone smarter than me can move this into the core code. Signed-off-by: Christoph Hellwig --- drivers/pci/irq.c | 16 +++- 1 file changed, 15 insertions(+), 1 deletio