On Fri, Jan 24, 2025 at 03:18:11PM +0800, fengchengwen wrote:
> The new impl don't support re-test, how about add a wrap:
> 1. rename test_multi_alloc_statistics with do_test_multi_alloc_statistics,
> and make it take socket as parameter
> 2. create a new function test_multi_alloc_statistics {
> // prepare a new malloc heap
> ret = do_test_multi_alloc_statistics(socket);
> // free the heap
> return ret;
> }
>
Can you clarify the issues being seen on re-test? I have just run
malloc_autotest multiple times within the same dpdk-test instance and not
seen any issues.
/Bruce