git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5dce9fc
)
power: add turbo functions to map file
author
David Hunt
<david.hunt@intel.com>
Tue, 3 Oct 2017 07:22:13 +0000
(08:22 +0100)
committer
Thomas Monjalon
<thomas@monjalon.net>
Tue, 3 Oct 2017 08:46:12 +0000
(10:46 +0200)
Fixes:
94608a0f7f45
("power: add per-core turbo boost API")
Signed-off-by: David Hunt <david.hunt@intel.com>
lib/librte_power/rte_power_version.map
patch
|
blob
|
history
diff --git
a/lib/librte_power/rte_power_version.map
b/lib/librte_power/rte_power_version.map
index
db75ff3
..
9ae0627
100644
(file)
--- 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