> -----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 <keith.wiles at intel.com> > Subject: [dpdk-dev] [PATCH] mempool: fix Api documentation > > 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 <olivier.matz at 6wind.com>
Acked-by: John McNamara <john.mcnamara at intel.com>