Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/l3fwd-power/
H A Dmain.c219 uint32_t zero_rx_packet_count; member
769 power_idle_heuristic(uint32_t zero_rx_packet_count) in power_idle_heuristic() argument
772 if (zero_rx_packet_count < SUSPEND_THRESHOLD) in power_idle_heuristic()
995 rx_queue->zero_rx_packet_count++; in main_intr_loop()
997 if (rx_queue->zero_rx_packet_count <= in main_intr_loop()
1002 rx_queue->zero_rx_packet_count); in main_intr_loop()
1005 rx_queue->zero_rx_packet_count = 0; in main_intr_loop()
1392 rx_queue->zero_rx_packet_count++; in main_legacy_loop()
1394 if (rx_queue->zero_rx_packet_count <= in main_legacy_loop()
1399 rx_queue->zero_rx_packet_count); in main_legacy_loop()
[all …]
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dl3_forward_power_man.rst240 rx_queue->zero_rx_packet_count++;
242 if (rx_queue->zero_rx_packet_count <= MIN_ZERO_POLL_COUNT)
245 rx_queue->idle_hint = power_idle_heuristic(rx_queue->zero_rx_packet_count);
250 rx_queue->zero_rx_packet_count = 0;