test: clean up memory for function reentrancy test
authorAnatoly Burakov <anatoly.burakov@intel.com>
Wed, 31 Jan 2018 14:17:32 +0000 (14:17 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 6 Feb 2018 00:51:04 +0000 (01:51 +0100)
commit995eec619024efe9763b9df85bc75e15d2c65b71
treeef9d3aa620b3fc0a2b6634e9286a65a5153b0085
parentac7f4af813c5cc63b070029b08fe82f1e67e1998
test: clean up memory for function reentrancy test

Function reentrancy test limits maximum number of iterations based
on the number of memzones and cores, however it doesn't free the
memzones after the fact, so on a machine with big amount of cores
the tests will fail due to running out of memzones.

Fix this by introducing cleanup functions for ring and mempool
reentrancy tests.

Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
test/test/test_func_reentrancy.c