Home
last modified time | relevance | path

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

/dpdk/examples/rxtx_callbacks/
H A Dmain.c46 uint64_t total_pkts; member
94 latency_numbers.total_pkts += nb_pkts; in calc_latency()
96 if (latency_numbers.total_pkts > (100 * 1000 * 1000ULL)) { in calc_latency()
98 latency_numbers.total_cycles / latency_numbers.total_pkts); in calc_latency()
102 / latency_numbers.total_pkts); in calc_latency()
106 latency_numbers.total_pkts = 0; in calc_latency()
/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()
/dpdk/app/test-eventdev/
H A Dtest_perf_common.c486 const uint64_t total_pkts = t->outstand_pkts; in perf_launch_lcores() local
489 int64_t dead_lock_remaining = total_pkts; in perf_launch_lcores()
493 int64_t perf_remaining = total_pkts; in perf_launch_lcores()
/dpdk/app/test-pmd/
H A Dtestpmd.c2096 uint64_t total_pkts = 0; in fwd_stats_display() local
2099 total_pkts = total_xmit; in fwd_stats_display()
2101 total_pkts = total_recv; in fwd_stats_display()
2106 (double) fwd_cycles / total_pkts, in fwd_stats_display()
2107 fwd_cycles, cur_fwd_eng->fwd_mode_name, total_pkts, in fwd_stats_display()