X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_eal%2Flinuxapp%2Feal%2Frte_eal_version.map;h=95756e268a3c2428edf22d8f89ca810ebee26da1;hb=a4f0a2dbe5abc2cadf0300fb4d5767b66254035d;hp=1e6567191211e9e9e2939f499cdffb35d8a04182;hpb=330b341b885909008957f68318c044da170da905;p=dpdk.git diff --git a/lib/librte_eal/linuxapp/eal/rte_eal_version.map b/lib/librte_eal/linuxapp/eal/rte_eal_version.map index 1e65671912..95756e268a 100644 --- a/lib/librte_eal/linuxapp/eal/rte_eal_version.map +++ b/lib/librte_eal/linuxapp/eal/rte_eal_version.map @@ -218,10 +218,13 @@ EXPERIMENTAL { rte_eal_hotplug_add; rte_eal_hotplug_remove; rte_service_component_register; + rte_service_component_unregister; + rte_service_component_runstate_set; rte_service_dump; rte_service_get_by_id; rte_service_get_by_name; rte_service_get_count; + rte_service_get_name; rte_service_lcore_add; rte_service_lcore_count; rte_service_lcore_count_services; @@ -238,6 +241,13 @@ EXPERIMENTAL { rte_service_runstate_set; rte_service_set_stats_enable; rte_service_start_with_defaults; - rte_service_unregister; + +} DPDK_17.08; + +DPDK_17.11 { + global: + + rte_pci_get_iommu_class; + rte_pci_match; } DPDK_17.08;