Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/l2fwd-jobstats/
H A Dmain.c75 struct rte_timer rx_timers[MAX_RX_QUEUE_PER_LCORE]; member
423 rte_timer_reset(&qconf->rx_timers[port_idx], job->period, PERIODICAL, in l2fwd_fwd_job()
522 need_manage = qconf->rx_timers[i].expire < now; in l2fwd_main_loop()
1002 rte_timer_init(&qconf->rx_timers[i]); in main()
1003 ret = rte_timer_reset(&qconf->rx_timers[i], 0, PERIODICAL, lcore_id, in main()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dl2_forward_job_stats.rst251 struct rte_timer rx_timers[MAX_RX_QUEUE_PER_LCORE];
268 * rx_timers and flush_timer are used to ensure forced TX on low packet rate.
318 rte_timer_init(&qconf->rx_timers[i]);
319 ret = rte_timer_reset(&qconf->rx_timers[i], 0, PERIODICAL, lcore_id,
366 need_manage = qconf->rx_timers[i].expire < now;
434 rte_timer_reset(&qconf->rx_timers[port_idx], job->period, PERIODICAL,