From 3b3db6b8bcdbfbb2cba8836aa419f69a4ef1fd6c Mon Sep 17 00:00:00 2001 From: David Hunt Date: Tue, 3 Oct 2017 08:22:13 +0100 Subject: [PATCH] power: add turbo functions to map file Fixes: 94608a0f7f45 ("power: add per-core turbo boost API") Signed-off-by: David Hunt --- 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 db75ff3e70..9ae0627fc3 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_freq_disable_turbo; + rte_power_freq_enable_turbo; + rte_power_turbo_status; + +} DPDK_2.0; \ No newline at end of file -- 2.20.1