3b3db6b8bc
Fixes: 94608a0f7f45 ("power: add per-core turbo boost API") Signed-off-by: David Hunt <david.hunt@intel.com>
27 lines
398 B
Plaintext
27 lines
398 B
Plaintext
DPDK_2.0 {
|
|
global:
|
|
|
|
rte_power_exit;
|
|
rte_power_freq_down;
|
|
rte_power_freq_max;
|
|
rte_power_freq_min;
|
|
rte_power_freq_up;
|
|
rte_power_freqs;
|
|
rte_power_get_env;
|
|
rte_power_get_freq;
|
|
rte_power_init;
|
|
rte_power_set_env;
|
|
rte_power_set_freq;
|
|
rte_power_unset_env;
|
|
|
|
local: *;
|
|
};
|
|
|
|
DPDK_17.11 {
|
|
global:
|
|
|
|
rte_power_freq_disable_turbo;
|
|
rte_power_freq_enable_turbo;
|
|
rte_power_turbo_status;
|
|
|
|
} DPDK_2.0; |