Re: [dpdk-dev] [PATCH v3] test/test_mbuf: remove mempool global var

2017-06-27 Thread Thomas Monjalon
26/06/2017 12:04, Santosh Shukla: > 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 onc

[dpdk-dev] [PATCH v3] test/test_mbuf: remove mempool global var

2017-06-26 Thread Santosh Shukla
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