On Wed, Jun 20, 2018 at 03:38:27PM -0600, Keith Busch wrote: > Now that the DPC driver clears the interrupt status before exiting the > irq handler, we don't need to abuse the DPC control register to know if > a shared interrupt is for a new DPC event: a DPC port can not trigger > a second interrupt until the host clears the trigger status later in the > work queue handler. > > Signed-off-by: Keith Busch <keith.busch@xxxxxxxxx> I applied all of these with Sinan and Oza's reviewed-by to pci/dpc for v4.19, thanks! I moved the AER API stuff from include/linux/aer.h to drivers/pci/pci.h. Let me know if that's a problem. I didn't see a reason to expose those details outside the PCI core. Bjorn