test: call timer subsystem finalize at exit
authorErik Gabriel Carrillo <erik.g.carrillo@intel.com>
Mon, 6 May 2019 21:03:51 +0000 (16:03 -0500)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 9 May 2019 19:07:55 +0000 (21:07 +0200)
commit8650e9350de807e8ef1a8a64a039f62fc1934646
treea9e63a1f94120063deb0ba0c1bd75b8a140bf13a
parent7727ad9107137ee3f4dea212ad77e35cd4f3e6bc
test: call timer subsystem finalize at exit

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_finalize() at application exit time to release
allocations now made by the timer library.

Fixes: c0749f7096c7 ("timer: allow management in shared memory")

Signed-off-by: Erik Gabriel Carrillo <erik.g.carrillo@intel.com>
app/test/test.c