Re: [dpdk-dev] [RFC 2/7] mbuf: use helper to create the pool

2017-01-31 Thread Olivier Matz
Hi Santosh, On Mon, 16 Jan 2017 21:00:37 +0530, Santosh Shukla wrote: > Hi Olivier, > > > On Mon, Sep 19, 2016 at 03:42:42PM +0200, Olivier Matz wrote: > > When possible, replace the uses of rte_mempool_create() with > > the helper provided in librte_mbuf: rte_pktmbuf_pool_create(). > > > > Th

Re: [dpdk-dev] [RFC 2/7] mbuf: use helper to create the pool

2017-01-16 Thread Santosh Shukla
Hi Olivier, On Mon, Sep 19, 2016 at 03:42:42PM +0200, Olivier Matz 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. > > By the way, akso update the document