Home
last modified time | relevance | path

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

/dpdk/examples/l2fwd-jobstats/
H A Dmain.c75 struct rte_timer rx_timers[MAX_RX_QUEUE_PER_LCORE]; member
430 rte_timer_reset(&qconf->rx_timers[port_idx], job->period, PERIODICAL, in l2fwd_fwd_job()
533 need_manage = qconf->rx_timers[i].expire < now; in l2fwd_main_loop()
1021 rte_timer_init(&qconf->rx_timers[i]); in main()
1022 ret = rte_timer_reset(&qconf->rx_timers[i], 0, PERIODICAL, lcore_id, in main()
/dpdk/doc/guides/sample_app_ug/
H A Dl2_forward_job_stats.rst209 * rx_timers and flush_timer are used to ensure forced TX on low packet rate.