hash: remove duplicated exported symbol
rte_hash_create function was accidentally duplicated in DPDK_2.1 in rte_hash_version.map. Fixes: 473d1beb ("hash: allow to store data in hash table") Reported-by: Ferruh Yigit <ferruh.yigit@intel.com> Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
This commit is contained in:
parent
ae7ee62e94
commit
5ddfbc850b
@ -24,7 +24,6 @@ DPDK_2.1 {
|
||||
|
||||
rte_hash_add_key_data;
|
||||
rte_hash_add_key_with_hash_data;
|
||||
rte_hash_create;
|
||||
rte_hash_iterate;
|
||||
rte_hash_lookup_bulk_data;
|
||||
rte_hash_lookup_data;
|
||||
|
Loading…
x
Reference in New Issue
Block a user