Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-pmd/
H A Dtestpmd.c1712 uint64_t total_burst, sburst; in pkt_burst_stats_display() local
1728 total_burst = pbs->pkt_burst_spread[0]; in pkt_burst_stats_display()
1739 total_burst += nb_burst; in pkt_burst_stats_display()
1751 if (total_burst == 0) in pkt_burst_stats_display()
1754 printf(" %s-bursts : %"PRIu64" [", rx_tx, total_burst); in pkt_burst_stats_display()
1762 if (sburst == total_burst) { in pkt_burst_stats_display()
1769 (double)burst_stats[i] / total_burst * 100; in pkt_burst_stats_display()