vfio: expose functions
[dpdk.git] / lib / librte_eal / rte_eal_version.map
index 4be9008..262211a 100644 (file)
@@ -232,6 +232,7 @@ EXPERIMENTAL {
        rte_service_run_iter_on_app_lcore;
        rte_service_runstate_get;
        rte_service_runstate_set;
+       rte_service_set_runstate_mapped_check;
        rte_service_set_stats_enable;
        rte_service_start_with_defaults;
 
@@ -240,12 +241,21 @@ EXPERIMENTAL {
 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_memcpy_ptr;
        rte_pci_get_iommu_class;
        rte_pci_match;
+       vfio_enable;
+       vfio_is_enabled;
+       vfio_noiommu_is_enabled;
+       vfio_release_device;
+       vfio_setup_device;
 
 } DPDK_17.08;