X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_hash%2Frte_hash_version.map;h=734ae28b04083d28cd18bb80633f9f4ed79daa94;hb=14ff7fb97eb4f4935c11959f948bfbb6a2fb710a;hp=52a2576f926f1ecb8828dcf0d962891380f60fa6;hpb=6dc34e0afe7a7b8815c4e09ae5cc7b01486df420;p=dpdk.git diff --git a/lib/librte_hash/rte_hash_version.map b/lib/librte_hash/rte_hash_version.map index 52a2576f92..734ae28b04 100644 --- a/lib/librte_hash/rte_hash_version.map +++ b/lib/librte_hash/rte_hash_version.map @@ -45,3 +45,18 @@ DPDK_16.07 { rte_hash_get_key_with_position; } DPDK_2.2; + + +DPDK_18.08 { + global: + + rte_hash_count; + +} DPDK_16.07; + +EXPERIMENTAL { + global: + + rte_hash_free_key_with_position; + +};