Samuel Thibault, le lun. 02 oct. 2023 01:43:48 +0200, a ecrit: > Also, "don't EOI in the user handlers anymore.", isn't that already the > case?
Ah, that's the irqtab.irqdev_ack call in irq_acknowledge. Then I'd say we should try to move it to queue_intr? So that it's done before the driver manages the hardware (possibly generating another irq). Samuel