aa10457eb4
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>
35 lines
597 B
Plaintext
35 lines
597 B
Plaintext
DPDK_2.0 {
|
|
global:
|
|
|
|
rte_mempool_audit;
|
|
rte_mempool_calc_obj_size;
|
|
rte_mempool_count;
|
|
rte_mempool_create;
|
|
rte_mempool_dump;
|
|
rte_mempool_list_dump;
|
|
rte_mempool_lookup;
|
|
rte_mempool_walk;
|
|
rte_mempool_xmem_create;
|
|
rte_mempool_xmem_size;
|
|
rte_mempool_xmem_usage;
|
|
|
|
local: *;
|
|
};
|
|
|
|
DPDK_16.7 {
|
|
global:
|
|
|
|
rte_mempool_check_cookies;
|
|
rte_mempool_obj_iter;
|
|
rte_mempool_mem_iter;
|
|
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;
|
|
|
|
local: *;
|
|
} DPDK_2.0;
|