[dpdk-dev] [PATCH] lib/power: add turbo functions to version.map

David Hunt david.hunt at intel.com
Mon Oct 2 14:20:48 CEST 2017


allows vm_power_manager example to be built against shared libraries

Signed-off-by: David Hunt <david.hunt at intel.com>
---
 lib/librte_power/rte_power_version.map | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/lib/librte_power/rte_power_version.map b/lib/librte_power/rte_power_version.map
index db75ff3..9a2bb36 100644
--- a/lib/librte_power/rte_power_version.map
+++ b/lib/librte_power/rte_power_version.map
@@ -16,3 +16,12 @@ DPDK_2.0 {
 
 	local: *;
 };
+
+DPDK_17.11 {
+	global:
+
+	rte_power_acpi_turbo_status;
+	rte_power_freq_disable_turbo;
+	rte_power_freq_enable_turbo;
+};
+
-- 
2.7.4



More information about the dev mailing list