service: add mechanism for quiescing
[dpdk.git] / lib / librte_eal / rte_eal_version.map
index 8597239..5a02ac7 100644 (file)
@@ -161,9 +161,6 @@ DPDK_17.05 {
        rte_log_set_global_level;
        rte_log_set_level;
        rte_log_set_level_regexp;
-       vfio_get_container_fd;
-       vfio_get_group_fd;
-       vfio_get_group_no;
 
 } DPDK_17.02;
 
@@ -297,6 +294,9 @@ EXPERIMENTAL {
        rte_mp_request_sync;
        rte_mp_request_async;
        rte_mp_sendmsg;
+       rte_service_lcore_attr_get;
+       rte_service_lcore_attr_reset_all;
+       rte_service_may_be_active;
        rte_socket_count;
        rte_socket_id_by_idx;
        rte_vfio_dma_map;
@@ -310,5 +310,4 @@ EXPERIMENTAL {
        rte_vfio_container_dma_unmap;
        rte_vfio_container_group_bind;
        rte_vfio_container_group_unbind;
-
-} DPDK_18.02;
+};