Searched refs:rx_timers (Results 1 – 2 of 2) sorted by relevance
75 struct rte_timer rx_timers[MAX_RX_QUEUE_PER_LCORE]; member430 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()
209 * rx_timers and flush_timer are used to ensure forced TX on low packet rate.