Re: [PATCH] ipipe: noarch: Fix handling of PCIe MSI interrupts for dwc PCIe controller

2022-03-21 Thread Greg Gallagher via Xenomai
On Mon, Mar 21, 2022 at 8:43 AM Jan Kiszka wrote: > On 18.03.22 17:53, Scott Reed wrote: > > Handling of PCIe MSI interrupts resulted in system > > hanging or high latencies. > > > > Fix is to replaced missed call to generic_handle_irq with > > ipipe_handle_irq(). > > > > Signed-off-by: Scott

Re: [PATCH] ipipe: noarch: Fix handling of PCIe MSI interrupts for dwc PCIe controller

2022-03-21 Thread Jan Kiszka via Xenomai
On 18.03.22 17:53, Scott Reed wrote: > Handling of PCIe MSI interrupts resulted in system > hanging or high latencies. > > Fix is to replaced missed call to generic_handle_irq with > ipipe_handle_irq(). > > Signed-off-by: Scott Reed > --- > drivers/pci/controller/dwc/pcie-designware-host.c | 2

[PATCH] ipipe: noarch: Fix handling of PCIe MSI interrupts for dwc PCIe controller

2022-03-18 Thread Scott Reed via Xenomai
Handling of PCIe MSI interrupts resulted in system hanging or high latencies. Fix is to replaced missed call to generic_handle_irq with ipipe_handle_irq(). Signed-off-by: Scott Reed --- drivers/pci/controller/dwc/pcie-designware-host.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)