Re: [dpdk-dev] [PATCH v2] mbuf: use pktmbuf helper to create the pool

2017-02-01 Thread Hemant Agrawal
On 1/31/2017 3:25 PM, Olivier Matz wrote: Hi Hemant, Sorry for the delay. On Fri, 20 Jan 2017 12:41:20 +0530, Hemant Agrawal wrote: When possible, replace the uses of rte_mempool_create() with the helper provided in librte_mbuf: rte_pktmbuf_pool_create(). This is the preferred way to create

Re: [dpdk-dev] [PATCH v2] mbuf: use pktmbuf helper to create the pool

2017-01-31 Thread Olivier Matz
Hi Hemant, Sorry for the delay. On Fri, 20 Jan 2017 12:41:20 +0530, Hemant Agrawal wrote: > When possible, replace the uses of rte_mempool_create() with > the helper provided in librte_mbuf: rte_pktmbuf_pool_create(). > > This is the preferred way to create a mbuf pool. > > This also updates t

[dpdk-dev] [PATCH v2] mbuf: use pktmbuf helper to create the pool

2017-01-19 Thread Hemant Agrawal
When possible, replace the uses of rte_mempool_create() with the helper provided in librte_mbuf: rte_pktmbuf_pool_create(). This is the preferred way to create a mbuf pool. This also updates the documentation. Signed-off-by: Olivier Matz Signed-off-by: Hemant Agrawal --- v2: * removing compila