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

2017-03-15 Thread Thomas Monjalon
2017-03-14 10:14, Olivier Matz: > From: 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-

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

2017-03-14 Thread Olivier Matz
From: 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 Ack