Re: [dpdk-dev] [PATCH v2] eal: fix epoll fd list rebuild

2020-06-24 Thread Thomas Monjalon
19/06/2020 15:59, 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: 0c7ce182

[dpdk-dev] [PATCH v2] eal: fix epoll fd list rebuild

2020-06-19 Thread 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 unreg