From: Olivier Matz Date: Wed, 18 May 2016 11:04:51 +0000 (+0200) Subject: mempool: make mempool populate and free api public X-Git-Tag: spdx-start~6871 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;ds=inline;h=aa10457eb4c2526b8a9bcaa3fb21c5cf0beac372;hp=aa10457eb4c2526b8a9bcaa3fb21c5cf0beac372;p=dpdk.git 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 ---