mempool: make mempool populate and free api public
authorOlivier Matz <olivier.matz@6wind.com>
Wed, 18 May 2016 11:04:51 +0000 (13:04 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 19 May 2016 12:40:14 +0000 (14:40 +0200)
commitaa10457eb4c2526b8a9bcaa3fb21c5cf0beac372
treedf1d256220e22f63e14a9a7c897b44a86f2bf484
parent6780f72fb82f0c012e2f87fcbaae082a54b3b4d3
mempool: make mempool populate and free api public

Add the following functions to the public mempool API:

- rte_mempool_create_empty()
- rte_mempool_populate_phys()
- rte_mempool_populate_phys_tab()
- rte_mempool_populate_virt()
- rte_mempool_populate_default()
- rte_mempool_populate_anon()
- rte_mempool_free()

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
lib/librte_mempool/rte_mempool.c
lib/librte_mempool/rte_mempool.h
lib/librte_mempool/rte_mempool_version.map