Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/rxtx_callbacks/
H A Dmain.c52 uint64_t total_pkts; member
97 latency_numbers.total_pkts += nb_pkts; in calc_latency()
99 if (latency_numbers.total_pkts > (100 * 1000 * 1000ULL)) { in calc_latency()
101 latency_numbers.total_cycles / latency_numbers.total_pkts); in calc_latency()
105 / latency_numbers.total_pkts); in calc_latency()
109 latency_numbers.total_pkts = 0; in calc_latency()
/f-stack/dpdk/app/test/
H A Dtest_pmd_perf.c335 uint64_t total_pkts);
340 uint64_t total_pkts) in measure_rxtx() argument
366 if (unlikely(count >= total_pkts)) in measure_rxtx()
378 uint64_t total_pkts) in measure_rxonly() argument
406 if (unlikely(count >= total_pkts)) in measure_rxonly()
416 uint64_t total_pkts) in measure_txonly() argument
445 if (unlikely(count >= total_pkts)) in measure_txonly()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Drxtx_callbacks.rst185 latency_numbers.total_pkts += nb_pkts;
187 if (latency_numbers.total_pkts > (100 * 1000 * 1000ULL)) {
189 latency_numbers.total_cycles / latency_numbers.total_pkts);
191 latency_numbers.total_cycles = latency_numbers.total_pkts = 0;
/f-stack/dpdk/app/test-eventdev/
H A Dtest_perf_common.c284 const uint64_t total_pkts = t->outstand_pkts; in perf_launch_lcores() local
287 int64_t dead_lock_remaining = total_pkts; in perf_launch_lcores()
291 int64_t perf_remaining = total_pkts; in perf_launch_lcores()
/f-stack/dpdk/app/test-pmd/
H A Dtestpmd.c1989 uint64_t total_pkts = 0; in fwd_stats_display() local
1992 total_pkts = total_xmit; in fwd_stats_display()
1994 total_pkts = total_recv; in fwd_stats_display()
1999 (double) fwd_cycles / total_pkts, in fwd_stats_display()
2000 fwd_cycles, cur_fwd_eng->fwd_mode_name, total_pkts, in fwd_stats_display()