X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Fhash%2Fversion.map;h=c2e261ed13f3341631bd0200556070b4526844b3;hb=77dd857d306f6b71eb93935ce1a01197156b5428;hp=ce4309aa075a0f2ffdadd04e966ccd5cc127c58e;hpb=fdab8f2e17493192d555cd88cf28b06269174326;p=dpdk.git diff --git a/lib/hash/version.map b/lib/hash/version.map index ce4309aa07..c2e261ed13 100644 --- a/lib/hash/version.map +++ b/lib/hash/version.map @@ -14,6 +14,7 @@ DPDK_22 { 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_22 { 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_22 { 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; };