Home
last modified time | relevance | path

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

/dpdk/examples/l2fwd-jobstats/
H A Dmain.c73 uint64_t next_flush_time[RTE_MAX_ETHPORTS]; member
460 if (qconf->next_flush_time[portid] <= now) in l2fwd_flush_job()
468 qconf->next_flush_time[portid] = rte_get_timer_cycles() + drain_tsc; in l2fwd_flush_job()