2017-04-21 10:43:26 +00:00
|
|
|
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: *;
|
|
|
|
};
|
2018-05-15 09:49:22 +00:00
|
|
|
|
|
|
|
DPDK_17.11 {
|
|
|
|
global:
|
|
|
|
|
|
|
|
rte_power_guest_channel_send_msg;
|
|
|
|
rte_power_freq_disable_turbo;
|
|
|
|
rte_power_freq_enable_turbo;
|
|
|
|
rte_power_turbo_status;
|
|
|
|
|
2018-12-06 14:17:51 +00:00
|
|
|
} DPDK_2.0;
|
|
|
|
|
|
|
|
DPDK_18.08 {
|
|
|
|
global:
|
|
|
|
|
|
|
|
rte_power_get_capabilities;
|
|
|
|
|
|
|
|
} DPDK_17.11;
|
|
|
|
|
|
|
|
EXPERIMENTAL {
|
|
|
|
global:
|
|
|
|
|
|
|
|
rte_empty_poll_detection;
|
|
|
|
rte_power_empty_poll_stat_fetch;
|
|
|
|
rte_power_empty_poll_stat_free;
|
|
|
|
rte_power_empty_poll_stat_init;
|
|
|
|
rte_power_empty_poll_stat_update;
|
|
|
|
rte_power_poll_stat_fetch;
|
|
|
|
rte_power_poll_stat_update;
|
|
|
|
};
|