Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/l2fwd-jobstats/
H A Dmain.c73 uint64_t next_flush_time[RTE_MAX_ETHPORTS]; member
451 if (qconf->next_flush_time[portid] <= now) in l2fwd_flush_job()
459 qconf->next_flush_time[portid] = rte_get_timer_cycles() + drain_tsc; in l2fwd_flush_job()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dl2_forward_job_stats.rst540 if (m_table->len == 0 || m_table->next_flush_time <= now)