eal: fix version map experimental section
[dpdk.git] / lib / librte_eal / rte_eal_version.map
index a974a54..10f4452 100644 (file)
@@ -184,6 +184,28 @@ DPDK_17.08 {
 
 } DPDK_17.05;
 
+DPDK_17.11 {
+       global:
+
+       rte_eal_create_uio_dev;
+       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;
+       rte_malloc_virt2iova;
+       rte_mem_virt2iova;
+       rte_memcpy_ptr;
+       rte_vfio_enable;
+       rte_vfio_is_enabled;
+       rte_vfio_noiommu_is_enabled;
+       rte_vfio_release_device;
+       rte_vfio_setup_device;
+
+} DPDK_17.08;
+
 EXPERIMENTAL {
        global:
 
@@ -219,26 +241,4 @@ EXPERIMENTAL {
        rte_service_set_stats_enable;
        rte_service_start_with_defaults;
 
-} DPDK_17.08;
-
-DPDK_17.11 {
-       global:
-
-       rte_eal_create_uio_dev;
-       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;
-       rte_malloc_virt2iova;
-       rte_mem_virt2iova;
-       rte_memcpy_ptr;
-       rte_vfio_enable;
-       rte_vfio_is_enabled;
-       rte_vfio_noiommu_is_enabled;
-       rte_vfio_release_device;
-       rte_vfio_setup_device;
-
-} DPDK_17.08;
+} DPDK_17.11;