power: add turbo functions to map file
Fixes: 94608a0f7f45 ("power: add per-core turbo boost API") Signed-off-by: David Hunt <david.hunt@intel.com>
This commit is contained in:
parent
5dce9fcdb2
commit
3b3db6b8bc
@ -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;
|
Loading…
x
Reference in New Issue
Block a user