examples/pipeline: fix build
[dpdk.git] / lib / hash / version.map
index 9b95197..c2e261e 100644 (file)
@@ -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;
 };