On Thu, Oct 29 2020 at 11:19, Heiner Kallweit wrote: > On 29.10.2020 10:42, Thomas Gleixner wrote: > Correct, just that the legacy PCI interrupt scenario doesn't affect old > systems/devices only. Users may run the system with nomsi for > whatever reason and we need to be prepared. > > We could add handling for (pcidev->msi_enabled || pcidev->msix_enabled), > but this would look somewhat hacky to me.
Well, there are quite some drivers which differentiate between MSI and legacy interrupts, most of them because MSI allows them to split handlers. So it's not completely insane. Thanks, tglx