Home
last modified time | relevance | path

Searched refs:MED (Results 1 – 5 of 5) sorted by relevance

/dpdk/lib/power/
H A Drte_power_empty_poll.c74 poll_stats->cur_freq = MED; in enter_normal_state()
79 set_power_freq(poll_stats->lcore_id, MED, false); in enter_normal_state()
81 poll_stats->thresh[MED].threshold_percent = med_to_high_threshold; in enter_normal_state()
266 else if (poll_stats->cur_freq == MED) { in update_stats_normal()
269 poll_stats->thresh[MED].threshold_percent) { in update_stats_normal()
319 MED, in empty_poll_training()
330 && poll_stats->thresh[MED].trained == true in empty_poll_training()
339 poll_stats->thresh[MED].base_edpi); in empty_poll_training()
409 freq_index[MED] = 9; in rte_power_empty_poll_stat_init()
413 freq_index[MED] = freq_tlb[MED]; in rte_power_empty_poll_stat_init()
H A Drte_power_empty_poll.h39 MED, enumerator
/dpdk/doc/guides/sample_app_ug/
H A Dl3_forward_power_man.rst255 * -m : optional, set up the MED power state frequency index
277 POWER: set the power freq to MED
279 POWER: MED threshold is 335071
282 POWER: set the power freq to MED
284 POWER: MED threshold is 344567
/dpdk/doc/guides/prog_guide/
H A Dpower_man.rst153 * MED: the frequency is used to process modest traffic workload.
/dpdk/examples/l3fwd-power/
H A Dmain.c1856 freq_tlb[MED] = limit; in parse_args()