Re: [dpdk-dev] [PATCH] app/test: fix reorder test failure

2018-05-03 Thread Hunt, David
On 3/5/2018 4:42 PM, Reshma Pattan wrote: Inside test_reorder_insert() rte_mempool_get_bulk() and rte_mempool_put_bulk() are used to allocate and free the mbufs and then rte_reorder_free() is called which again freeing the mbufs using rte_pktmbuf_free(). The mixed use of rte_mempool_put_bulk()

Re: [dpdk-dev] [PATCH] app/test: fix reorder test failure

2018-05-03 Thread Hunt, David
On 3/5/2018 4:53 PM, Pattan, Reshma wrote: Hi, -Original Message- From: Hunt, David Sent: Thursday, May 3, 2018 4:50 PM To: Pattan, Reshma ; dev@dpdk.org Cc: sta...@dpdk.org Subject: Re: [PATCH] app/test: fix reorder test failure Hi Reshma, On 3/5/2018 4:42 PM, Reshma Pattan wrote:

Re: [dpdk-dev] [PATCH] app/test: fix reorder test failure

2018-05-03 Thread Pattan, Reshma
Hi, > -Original Message- > From: Hunt, David > Sent: Thursday, May 3, 2018 4:50 PM > To: Pattan, Reshma ; dev@dpdk.org > Cc: sta...@dpdk.org > Subject: Re: [PATCH] app/test: fix reorder test failure > > Hi Reshma, > > On 3/5/2018 4:42 PM, Reshma Pattan wrote: > > Inside test_reorder_inse

Re: [dpdk-dev] [PATCH] app/test: fix reorder test failure

2018-05-03 Thread Hunt, David
Hi Reshma, On 3/5/2018 4:42 PM, Reshma Pattan wrote: Inside test_reorder_insert() rte_mempool_get_bulk() and rte_mempool_put_bulk() are used to allocate and free the mbufs and then rte_reorder_free() is called which again freeing the mbufs using rte_pktmbuf_free(). The mixed use of rte_mempool_

[dpdk-dev] [PATCH] app/test: fix reorder test failure

2018-05-03 Thread Reshma Pattan
Inside test_reorder_insert() rte_mempool_get_bulk() and rte_mempool_put_bulk() are used to allocate and free the mbufs and then rte_reorder_free() is called which again freeing the mbufs using rte_pktmbuf_free(). The mixed use of rte_mempool_put_bulk() and rte_pktmbuf_free() causing duplicate mbuf