eal: allow user to override default mempool driver
[dpdk.git] / lib / librte_eal / linuxapp / eal / rte_eal_version.map
index f94bdb1..5709e16 100644 (file)
@@ -219,6 +219,7 @@ EXPERIMENTAL {
        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;
@@ -242,3 +243,14 @@ EXPERIMENTAL {
        rte_service_start_with_defaults;
 
 } DPDK_17.08;
+
+DPDK_17.11 {
+       global:
+
+       rte_bus_get_iommu_class;
+       rte_eal_iova_mode;
+       rte_eal_mbuf_default_mempool_ops;
+       rte_pci_get_iommu_class;
+       rte_pci_match;
+
+} DPDK_17.08;