On Sun, May 24, 2020 at 05:30:26PM +0200, Thomas Monjalon wrote: > External Email > > ---------------------------------------------------------------------- > 11/05/2020 15:43, Harman Kalra: > > An issue has been observed where epoll file descriptor > > list rebuilds every time an interrupt/alarm event is > > received. > > > > eal_intr_process_interrupts() should notify pipe fd only > > if any source is removed from the source list i.e (rv > 0) > > > > Fixes: 0c7ce182a760 ("eal: add pending interrupt callback unregister" > > Cc: sta...@dpdk.org > > > > Signed-off-by: Harman Kalra <hka...@marvell.com> > > This patch is missing 20.05 because no review was done. > In general, we are missing a maintainer on "interrupts" area.
Hi Thomas, If everybody is fine we can take up the responsibility of maintaining interrupt subsystem. I can send a patch to update maintainer list for the same. Thanks Harman > >