5 #ifndef _RTE_POWER_PMD_MGMT_H 6 #define _RTE_POWER_PMD_MGMT_H 56 uint16_t port_id, uint16_t queue_id,
79 uint16_t port_id, uint16_t queue_id);
unsigned int rte_power_pmd_mgmt_get_pause_duration(void)
unsigned int rte_power_pmd_mgmt_get_emptypoll_max(void)
int rte_power_ethdev_pmgmt_queue_enable(unsigned int lcore_id, uint16_t port_id, uint16_t queue_id, enum rte_power_pmd_mgmt_type mode)
int rte_power_pmd_mgmt_get_scaling_freq_min(unsigned int lcore)
int rte_power_ethdev_pmgmt_queue_disable(unsigned int lcore_id, uint16_t port_id, uint16_t queue_id)
int rte_power_pmd_mgmt_set_scaling_freq_min(unsigned int lcore, unsigned int min)
int rte_power_pmd_mgmt_get_scaling_freq_max(unsigned int lcore)
int rte_power_pmd_mgmt_set_pause_duration(unsigned int duration)
int rte_power_pmd_mgmt_set_scaling_freq_max(unsigned int lcore, unsigned int max)
void rte_power_pmd_mgmt_set_emptypoll_max(unsigned int max)