[dpdk-dev] [PATCH] mempool: fix Api documentation

2016-11-29 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Olivier Matz > Sent: Tuesday, November 22, 2016 10:05 AM > To: dev at dpdk.org > Cc: Wiles, Keith > Subject: [dpdk-dev] [PATCH] mempool: fix Api documentation > > A previous commit

[dpdk-dev] [PATCH] mempool: fix Api documentation

2016-11-22 Thread Olivier Matz
A previous commit changed the local_cache table into a pointer, reducing the size of the rte_mempool structure. Fix the API comment of rte_mempool_create() related to this modification. Fixes: 213af31e0960 ("mempool: reduce structure size if no cache needed") Signed-off-by: Olivier Matz ---