pci: avoid inlining functions
[dpdk.git] / lib / librte_eal / rte_eal_version.map
index 4be9008..f22869a 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,25 @@ EXPERIMENTAL {
 DPDK_17.11 {
        global:
 
+       eal_parse_pci_BDF;
+       eal_parse_pci_DomBDF;
+       rte_eal_create_uio_dev;
        rte_bus_get_iommu_class;
+       rte_eal_compare_pci_addr;
+       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_device_name;
        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;