Searched refs:flush_job (Results 1 – 2 of 2) sorted by relevance
79 struct rte_jobstats flush_job; member188 flush_exec_cnt = qconf->flush_job.exec_cnt; in show_lcore_stats()189 flush_period = qconf->flush_job.period; in show_lcore_stats()190 flush_exec = qconf->flush_job.exec_time; in show_lcore_stats()191 flush_exec_min = qconf->flush_job.min_exec_time; in show_lcore_stats()192 flush_exec_max = qconf->flush_job.max_exec_time; in show_lcore_stats()193 rte_jobstats_reset(&qconf->flush_job); in show_lcore_stats()265 job = &qconf->flush_job; in show_lcore_stats()451 rte_jobstats_start(&qconf->jobs_context, &qconf->flush_job); in l2fwd_flush_job()473 rte_jobstats_finish(&qconf->flush_job, qconf->flush_job.target); in l2fwd_flush_job()[all …]
211 * flush_job, idle_job and jobs_context are librte_jobstats objects used for managing l2fwd jobs.