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

Thomas Monjalon thomas.monjalon at 6wind.com
Wed Mar 15 13:57:46 CET 2017


2017-03-14 10:14, Olivier Matz:
> From: Hemant Agrawal <hemant.agrawal at nxp.com>
> 
> 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 <olivier.matz at 6wind.com>
> Signed-off-by: Hemant Agrawal <hemant.agrawal at nxp.com>
> Acked-by: Olivier Matz <olivier.matz at 6wind.com>
> 
> ---
> 
> Hi Hemant,
> 
> I noticed I did not ack this patch. I just rebased it on top
> of master branch (app/test was moved).

Applied, thanks


More information about the dev mailing list