Re: [PATCH 3/3] PCI: iproc: Set affinity mask on MSI interrupts

2020-07-30 Thread Scott Branden
On 2020-07-29 8:37 p.m., Mark Tomlinson wrote: > The core interrupt code expects the irq_set_affinity call to update the > effective affinity for the interrupt. This was not being done, so update > iproc_msi_irq_set_affinity() to do so. > > Signed-off-by: Mark Tomlinson Should this have a Fixes

Re: [PATCH 3/3] PCI: iproc: Set affinity mask on MSI interrupts

2020-07-30 Thread Ray Jui
On 7/29/2020 8:37 PM, Mark Tomlinson wrote: > The core interrupt code expects the irq_set_affinity call to update the > effective affinity for the interrupt. This was not being done, so update > iproc_msi_irq_set_affinity() to do so. > > Signed-off-by: Mark Tomlinson > --- > drivers/pci/contr

[PATCH 3/3] PCI: iproc: Set affinity mask on MSI interrupts

2020-07-29 Thread Mark Tomlinson
The core interrupt code expects the irq_set_affinity call to update the effective affinity for the interrupt. This was not being done, so update iproc_msi_irq_set_affinity() to do so. Signed-off-by: Mark Tomlinson --- drivers/pci/controller/pcie-iproc-msi.c | 13 + 1 file changed, 9