hash: add reset function
[dpdk.git] / lib / librte_hash / rte_hash_version.map
index 94a0fec..db8558f 100644 (file)
@@ -18,3 +18,10 @@ DPDK_2.0 {
 
        local: *;
 };
+
+DPDK_2.1 {
+       global:
+
+       rte_hash_reset;
+
+} DPDK_2.0;