Home
last modified time | relevance | path

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

/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dl2_forward_job_stats.rst304 lcore_id, &l2fwd_flush_job, NULL);
382 In this place functions l2fwd_fwd_job() and l2fwd_flush_job() are called when needed.
514 To ensure that no packets remain in the tables, the flush job exists. The l2fwd_flush_job()
522 l2fwd_flush_job(__rte_unused struct rte_timer *timer, __rte_unused void *arg)
/f-stack/dpdk/examples/l2fwd-jobstats/
H A Dmain.c429 l2fwd_flush_job(__rte_unused struct rte_timer *timer, __rte_unused void *arg) in l2fwd_flush_job() function
982 lcore_id, &l2fwd_flush_job, NULL); in main()