Re: [dpdk-dev] [PATCH v1] test/func_reentrancy: free memzones after creating test case

2021-07-31 Thread Joyce Kong
> -Original Message- > From: Olivier Matz > Sent: Friday, July 30, 2021 7:27 PM > To: Joyce Kong > Cc: anatoly.bura...@intel.com; andrew.rybche...@oktetlabs.ru; > yipeng1.w...@intel.com; sameh.gobr...@intel.com; > bruce.richard...@intel.com; vladimir.medved...@intel.com; > konstantin.a

Re: [dpdk-dev] [PATCH v1] test/func_reentrancy: free memzones after creating test case

2021-07-30 Thread Olivier Matz
Hi Joyce, On Wed, Jul 28, 2021 at 02:33:22AM -0500, Joyce Kong wrote: > Function reentrancy test limits maximum number of iterations > simultaneously, however it doesn't free the 'fr_test_once' > memzones after the fact, so introduce freeing 'fr_test_once' > in ring/mempool/hash/fbk/lpm_clean. >

[dpdk-dev] [PATCH v1] test/func_reentrancy: free memzones after creating test case

2021-07-28 Thread Joyce Kong
Function reentrancy test limits maximum number of iterations simultaneously, however it doesn't free the 'fr_test_once' memzones after the fact, so introduce freeing 'fr_test_once' in ring/mempool/hash/fbk/lpm_clean. Fixes: 104a92bd026f ("app: add reentrancy tests") Fixes: 995eec619024 ("test: cle