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

2020-10-19 Thread David Marchand
On Fri, Sep 25, 2020 at 5:27 PM David Hunt wrote: > On 8/9/2020 11:22 AM, Sarosh Arif wrote: > > rte_mempool_get_bulk is used to get bufs/many_bufs from the pool, > > but at some locations when test fails the bufs/many_bufs are > > not returned back to the pool. > > Due to this, multiple execution

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

2020-09-28 Thread David Marchand
On Mon, Sep 28, 2020 at 11:55 AM Sarosh Arif wrote: > On Fri, Sep 25, 2020 at 7:22 PM David Marchand > wrote: >> It deserves a Fixes: line. > > Fixes: c3eabff124e6 ("distributor: add unit tests") > > Should I submit another version of this patch to add fixes? I was waiting for a review from Dav

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

2020-09-28 Thread Sarosh Arif
On Fri, Sep 25, 2020 at 7:22 PM David Marchand wrote: > On Tue, Sep 8, 2020 at 12:22 PM Sarosh Arif > wrote: > > > > rte_mempool_get_bulk is used to get bufs/many_bufs from the pool, > > but at some locations when test fails the bufs/many_bufs are > > not returned back to the pool. > > Due to th

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

2020-09-25 Thread David Hunt
Hi David, On 25/9/2020 3:22 PM, David Marchand wrote: On Tue, Sep 8, 2020 at 12:22 PM Sarosh Arif wrote: rte_mempool_get_bulk is used to get bufs/many_bufs from the pool, but at some locations when test fails the bufs/many_bufs are not returned back to the pool. Due to this, multiple execution

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

2020-09-25 Thread David Hunt
On 8/9/2020 11:22 AM, Sarosh Arif wrote: rte_mempool_get_bulk is used to get bufs/many_bufs from the pool, but at some locations when test 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: Erro

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

2020-09-25 Thread David Marchand
On Tue, Sep 8, 2020 at 12:22 PM Sarosh Arif wrote: > > rte_mempool_get_bulk is used to get bufs/many_bufs from the pool, > but at some locations when test fails the bufs/many_bufs are > not returned back to the pool. > Due to this, multiple executions of distributor_autotest gives the > following

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

2020-09-16 Thread Lukasz Wojciechowski
W dniu 08.09.2020 o 12:22, Sarosh Arif pisze: > rte_mempool_get_bulk is used to get bufs/many_bufs from the pool, > but at some locations when test fails the bufs/many_bufs are > not returned back to the pool. > Due to this, multiple executions of distributor_autotest gives the > following error me

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

2020-09-08 Thread Sarosh Arif
rte_mempool_get_bulk is used to get bufs/many_bufs from the pool, but at some locations when test 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 this is