Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-pmd/
H A Dtestpmd.c1715 uint16_t pktnb_stats[4]; in pkt_burst_stats_display() local
1725 memset(&pktnb_stats, 0x0, sizeof(pktnb_stats)); in pkt_burst_stats_display()
1730 pktnb_stats[0] = 0; in pkt_burst_stats_display()
1743 pktnb_stats[2] = pktnb_stats[1]; in pkt_burst_stats_display()
1745 pktnb_stats[1] = nb_pkt; in pkt_burst_stats_display()
1748 pktnb_stats[2] = nb_pkt; in pkt_burst_stats_display()
1764 100 - sburstp, (int) pktnb_stats[i]); in pkt_burst_stats_display()
1771 burst_percent[i], (int) pktnb_stats[i]); in pkt_burst_stats_display()