Re: [dpdk-dev] [PATCH 03/14] eal: alarm: close timerfd on eal cleanup

2020-04-25 Thread David Marchand
On Sat, Jan 4, 2020 at 2:34 AM Stephen Hemminger wrote: > > Calling rte_eal_cleanup() should cause DPDK to cleanup all > outstanding resources including file descriptors. > > Signed-off-by: Stephen Hemminger > --- > lib/librte_eal/common/eal_private.h | 7 +++ > lib/librte_eal/linux/eal/ea

[dpdk-dev] [PATCH 03/14] eal: alarm: close timerfd on eal cleanup

2020-01-03 Thread Stephen Hemminger
Calling rte_eal_cleanup() should cause DPDK to cleanup all outstanding resources including file descriptors. Signed-off-by: Stephen Hemminger --- lib/librte_eal/common/eal_private.h | 7 +++ lib/librte_eal/linux/eal/eal.c | 1 + lib/librte_eal/linux/eal/eal_alarm.c | 11 +++