eal: remove deprecated function for mbuf pool ops
[dpdk.git] / lib / librte_eal / rte_eal_version.map
index f0d1289..de9abc8 100644 (file)
@@ -181,7 +181,6 @@ DPDK_17.11 {
        rte_bus_get_iommu_class;
        rte_eal_has_pci;
        rte_eal_iova_mode;
-       rte_eal_mbuf_default_mempool_ops;
        rte_eal_using_phys_addrs;
        rte_eal_vfio_intr_mode;
        rte_lcore_has_role;
@@ -248,6 +247,17 @@ DPDK_18.08 {
        rte_uuid_is_null;
        rte_uuid_parse;
        rte_uuid_unparse;
+       rte_vfio_container_create;
+       rte_vfio_container_destroy;
+       rte_vfio_container_dma_map;
+       rte_vfio_container_dma_unmap;
+       rte_vfio_container_group_bind;
+       rte_vfio_container_group_unbind;
+       rte_vfio_dma_map;
+       rte_vfio_dma_unmap;
+       rte_vfio_get_container_fd;
+       rte_vfio_get_group_fd;
+       rte_vfio_get_group_num;
 
 } DPDK_18.05;
 
@@ -264,6 +274,7 @@ EXPERIMENTAL {
        rte_dev_event_monitor_start;
        rte_dev_event_monitor_stop;
        rte_dev_iterator_init;
+       rte_dev_iterator_next;
        rte_devargs_add;
        rte_devargs_dump;
        rte_devargs_insert;
@@ -324,15 +335,4 @@ EXPERIMENTAL {
        rte_service_may_be_active;
        rte_socket_count;
        rte_socket_id_by_idx;
-       rte_vfio_dma_map;
-       rte_vfio_dma_unmap;
-       rte_vfio_get_container_fd;
-       rte_vfio_get_group_fd;
-       rte_vfio_get_group_num;
-       rte_vfio_container_create;
-       rte_vfio_container_destroy;
-       rte_vfio_container_dma_map;
-       rte_vfio_container_dma_unmap;
-       rte_vfio_container_group_bind;
-       rte_vfio_container_group_unbind;
 };