X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Fhash%2Fversion.map;h=c2e261ed13f3341631bd0200556070b4526844b3;hb=6e858b4d9244cf53505589673755ab18ac2a4a83;hp=9b9519745ca3a83a567207ad9a7e84cc12785dc3;hpb=99a2dd955fba6e4cc23b77d590a033650ced9c45;p=dpdk.git diff --git a/lib/hash/version.map b/lib/hash/version.map index 9b9519745c..c2e261ed13 100644 --- a/lib/hash/version.map +++ b/lib/hash/version.map @@ -1,4 +1,4 @@ -DPDK_21 { +DPDK_22 { global: rte_fbk_hash_create; @@ -14,6 +14,7 @@ DPDK_21 { rte_hash_del_key_with_hash; rte_hash_find_existing; rte_hash_free; + rte_hash_free_key_with_position; rte_hash_get_key_with_position; rte_hash_hash; rte_hash_iterate; @@ -22,7 +23,11 @@ DPDK_21 { rte_hash_lookup_bulk_data; rte_hash_lookup_data; rte_hash_lookup_with_hash; + rte_hash_lookup_with_hash_bulk; + rte_hash_lookup_with_hash_bulk_data; rte_hash_lookup_with_hash_data; + rte_hash_max_key_id; + rte_hash_rcu_qsbr_add; rte_hash_reset; rte_hash_set_cmp_func; @@ -32,11 +37,7 @@ DPDK_21 { 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; - rte_hash_rcu_qsbr_add; + # added in 21.05 rte_thash_add_helper; rte_thash_adjust_tuple; rte_thash_find_existing; @@ -45,4 +46,9 @@ EXPERIMENTAL { rte_thash_get_helper; rte_thash_get_key; rte_thash_init_ctx; + + # added in 21.11 + rte_thash_complete_matrix; + rte_thash_get_gfni_matrices; + rte_thash_gfni_supported; };