Re: [PATCH v2 1/2] libirqhelp: user interrupt handler helper library

2022-09-22 Thread Samuel Thibault
Hello, In the end (see also the ddekit review), I believe that again, we want to expose the server demuxer function, and let the caller manage calling it, so as to be able to manage the interrupt thread the way it wants. Samuel Damien Zammit, le jeu. 22 sept. 2022 04:42:18 +, a ecrit: > ---

[PATCH v2 1/2] libirqhelp: user interrupt handler helper library

2022-09-21 Thread Damien Zammit
This provides a new helper lib for registering interrupt handlers in userspace. ( -1, bus, dev, fun, ...): will look up gsi from ACPI (gsi, -1, -1, -1, ...): will use gsi and ignore pci commands --- Makefile | 4 + libirqhelp/Makefile | 28 libirqhelp/irqhelp.c | 376