Home
last modified time | relevance | path

Searched refs:trend (Results 1 – 2 of 2) sorted by relevance

/dpdk/examples/l3fwd-power/
H A Dmain.c378 uint32_t trend; member
812 stats[lcore_id].trend = 0; in power_freq_scaleup_heuristic()
815 stats[lcore_id].trend += FREQ_UP_TREND2_ACC; in power_freq_scaleup_heuristic()
817 stats[lcore_id].trend += FREQ_UP_TREND1_ACC; in power_freq_scaleup_heuristic()
819 if (likely(stats[lcore_id].trend > FREQ_UP_THRESHOLD)) { in power_freq_scaleup_heuristic()
820 stats[lcore_id].trend = 0; in power_freq_scaleup_heuristic()
/dpdk/doc/guides/sample_app_ug/
H A Dl3_forward_power_man.rst53 a step up based on the near to full trend of polled Rx queues.
177 * If the size of available descriptors exceeds 64, a trend counter is incremented by 100.
179 * If the length of the ring exceeds 32, the trend counter is incremented by 1.
181 * When the trend counter reached 10000 the frequency hint is changed to the next higher frequency.