mempool: fix API documentation
authorOlivier Matz <olivier.matz@6wind.com>
Tue, 22 Nov 2016 10:04:58 +0000 (11:04 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 6 Dec 2016 14:18:51 +0000 (15:18 +0100)
commit8ee94d8aee73d39f50dea753da787c285f228b5c
tree08fc84bea6d7472b71ebfad257b77684f405ef59
parent580db2a5cee98f27206fbdcf6f22eaad5e74c8ab
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@6wind.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
lib/librte_mempool/rte_mempool.h