52 enum power_management_env {PM_ENV_NOT_SET, PM_ENV_ACPI_CPUFREQ, PM_ENV_KVM_VM};
uint32_t(* rte_power_get_freq_t)(unsigned lcore_id)
int rte_power_exit(unsigned lcore_id)
int(* rte_power_freq_change_t)(unsigned lcore_id)
int rte_power_init(unsigned lcore_id)
void rte_power_unset_env(void)
rte_power_freq_change_t rte_power_freq_up
rte_power_freq_change_t rte_power_freq_down
uint32_t(* rte_power_freqs_t)(unsigned lcore_id, uint32_t *freqs, uint32_t num)
rte_power_freq_change_t rte_power_freq_enable_turbo
enum power_management_env rte_power_get_env(void)
rte_power_freq_change_t rte_power_freq_max
rte_power_freq_change_t rte_power_freq_min
rte_power_freq_change_t rte_power_turbo_status
int rte_power_set_env(enum power_management_env env)
rte_power_freq_change_t rte_power_freq_disable_turbo
int(* rte_power_set_freq_t)(unsigned lcore_id, uint32_t index)