X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=lib%2Flibrte_hash%2Frte_hash_version.map;h=c0db81014ff926d57cab2e79f9a5cea3f34cd58f;hb=42c40f8902f7d9cf5a51c1ec0e1bfff515b50561;hp=138c130c1b8e9a358b5f63cebf811e2239fedb83;hpb=85ff364f3bd32f6fb1fcd85d2bf1b08ad1092e1b;p=dpdk.git diff --git a/lib/librte_hash/rte_hash_version.map b/lib/librte_hash/rte_hash_version.map index 138c130c1b..c0db81014f 100644 --- a/lib/librte_hash/rte_hash_version.map +++ b/lib/librte_hash/rte_hash_version.map @@ -1,4 +1,4 @@ -DPDK_20.0 { +DPDK_21 { global: rte_fbk_hash_create; @@ -33,5 +33,8 @@ EXPERIMENTAL { global: rte_hash_free_key_with_position; + rte_hash_lookup_with_hash_bulk; + rte_hash_lookup_with_hash_bulk_data; + rte_hash_max_key_id; };