Re: [dpdk-dev] [PATCH] test/test: clean up memory for func reentrancy test

2018-02-05 Thread Thomas Monjalon
01/02/2018 14:00, Olivier Matz: > On Wed, Jan 31, 2018 at 02:17:32PM +, Anatoly Burakov wrote: > > 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

Re: [dpdk-dev] [PATCH] test/test: clean up memory for func reentrancy test

2018-02-01 Thread Olivier Matz
On Wed, Jan 31, 2018 at 02:17:32PM +, Anatoly Burakov wrote: > 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 r

[dpdk-dev] [PATCH] test/test: clean up memory for func reentrancy test

2018-01-31 Thread Anatoly Burakov
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 ri