eal: set name when creating a control thread
[dpdk.git] / lib / librte_mempool / rte_mempool_version.map
index dee1c99..62b76f9 100644 (file)
@@ -3,7 +3,6 @@ DPDK_2.0 {
 
        rte_mempool_audit;
        rte_mempool_calc_obj_size;
-       rte_mempool_count;
        rte_mempool_create;
        rte_mempool_dump;
        rte_mempool_list_dump;
@@ -42,3 +41,13 @@ DPDK_16.07 {
        rte_mempool_set_ops_byname;
 
 } DPDK_2.0;
+
+DPDK_17.11 {
+       global:
+
+       rte_mempool_ops_get_capabilities;
+       rte_mempool_ops_register_memory_area;
+       rte_mempool_populate_iova;
+       rte_mempool_populate_iova_tab;
+
+} DPDK_16.07;