Re: [dpdk-dev] [PATCH] test_distributor.c: prevent memory leakages from the pool

2020-04-14 Thread Lukasz Wojciechowski
Hi, Sarosh I believe commit message title should begin with app/test not the file name Other comments inline W dniu 13.04.2020 o 11:19, Sarosh Arif pisze: > rte_mempool_get_bulk is used to get bufs/many_bufs from the pool, > but at some locations when test passes/fails the bufs/many_bufs are > n

[dpdk-dev] [PATCH] test_distributor.c: prevent memory leakages from the pool

2020-04-13 Thread Sarosh Arif
rte_mempool_get_bulk is used to get bufs/many_bufs from the pool, but at some locations when test passes/fails the bufs/many_bufs are not returned back to the pool. Due to this, multiple executions of distributor_autotest gives the following error message: Error getting mbufs from pool. To resolve