Re: [dpdk-dev] [PATCH] app/test: add unit test cases to mempool library

2019-10-24 Thread David Marchand
On Thu, Oct 24, 2019 at 1:08 PM Olivier Matz wrote: > > On Tue, Sep 10, 2019 at 02:25:27PM +0100, Pallantla Poornima wrote: > > Added UT in mempool.c to cover below functions: > > rte_mempool_populate_anon() > > rte_mempool_memchunk_anon_free() > > get_anon_size() Those two are internals of the

Re: [dpdk-dev] [PATCH] app/test: add unit test cases to mempool library

2019-10-24 Thread Olivier Matz
On Tue, Sep 10, 2019 at 02:25:27PM +0100, Pallantla Poornima wrote: > Added UT in mempool.c to cover below functions: > rte_mempool_populate_anon() > rte_mempool_memchunk_anon_free() > get_anon_size() > rte_mempool_mem_iter() > > Signed-off-by: Pallantla Poornima Acked-by: Olivier Matz

[dpdk-dev] [PATCH] app/test: add unit test cases to mempool library

2019-09-10 Thread Pallantla Poornima
Added UT in mempool.c to cover below functions: rte_mempool_populate_anon() rte_mempool_memchunk_anon_free() get_anon_size() rte_mempool_mem_iter() Signed-off-by: Pallantla Poornima --- app/test/test_mempool.c | 74 + 1 file changed, 74 insertions(