numam-dpdk/lib/librte_hash/rte_hash_version.map
Pablo de Lara b26473ff8f hash: add reset function
Added reset function to be able to empty the table,
without having to destroy and create it again.

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
2015-07-13 00:15:03 +02:00

28 lines
399 B
Plaintext

DPDK_2.0 {
global:
rte_fbk_hash_create;
rte_fbk_hash_find_existing;
rte_fbk_hash_free;
rte_hash_add_key;
rte_hash_add_key_with_hash;
rte_hash_create;
rte_hash_del_key;
rte_hash_del_key_with_hash;
rte_hash_find_existing;
rte_hash_free;
rte_hash_hash;
rte_hash_lookup;
rte_hash_lookup_bulk;
rte_hash_lookup_with_hash;
local: *;
};
DPDK_2.1 {
global:
rte_hash_reset;
} DPDK_2.0;