Re: [dpdk-dev] [PATCH] test: call timer subsystem finalize at exit

2019-05-09 Thread Thomas Monjalon
06/05/2019 23:03, Erik Gabriel Carrillo: > The eal_flags_autotest checks that no hugepage map files are left behind > after a process exits, which can only be the case if all allocations made > from DPDK heaps were freed back to the freelist, resulting in the > hugepage map files being unlinked aut

[dpdk-dev] [PATCH] test: call timer subsystem finalize at exit

2019-05-06 Thread Erik Gabriel Carrillo
The eal_flags_autotest checks that no hugepage map files are left behind after a process exits, which can only be the case if all allocations made from DPDK heaps were freed back to the freelist, resulting in the hugepage map files being unlinked automatically. Add a call to rte_timer_subsystem_fi