c1923afc09
Currently, pool resources are allocated statically and are not freed. Results of that test can not run more than once. Fix removes static dependency from test application and now allocating and freeing resources dynamically. Test runs for more than once. Fixes: af75078fece3 ("first public release") Signed-off-by: Santosh Shukla <santosh.shukla@caviumnetworks.com> Acked-by: Olivier Matz <olivier.matz@6wind.com>