Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-pmd/
H A Dtestpmd.c1713 uint64_t nb_burst; in pkt_burst_stats_display() local
1734 nb_burst = pbs->pkt_burst_spread[nb_pkt]; in pkt_burst_stats_display()
1736 if (nb_burst == 0) in pkt_burst_stats_display()
1739 total_burst += nb_burst; in pkt_burst_stats_display()
1741 if (nb_burst > burst_stats[1]) { in pkt_burst_stats_display()
1744 burst_stats[1] = nb_burst; in pkt_burst_stats_display()
1746 } else if (nb_burst > burst_stats[2]) { in pkt_burst_stats_display()
1747 burst_stats[2] = nb_burst; in pkt_burst_stats_display()
/f-stack/dpdk/examples/ntb/
H A Dntb_fwd.c218 uint64_t size, count, i, j, nb_burst; in cmd_sendfile_parsed() local
263 nb_burst = (count + pkt_burst - 1) / pkt_burst; in cmd_sendfile_parsed()
265 for (i = 0; i < nb_burst; i++) { in cmd_sendfile_parsed()