mempool: use the list to iterate the elements
[dpdk.git] / lib / librte_mempool / rte_mempool_version.map
index a9e6098..72bc967 100644 (file)
@@ -16,3 +16,12 @@ DPDK_2.0 {
 
        local: *;
 };
+
+DPDK_16.07 {
+       global:
+
+       rte_mempool_check_cookies;
+       rte_mempool_obj_iter;
+
+       local: *;
+} DPDK_2.0;