Home
last modified time | relevance | path

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

/dpdk/app/test-pmd/
H A Dtestpmd.c1861 uint64_t nb_burst; in pkt_burst_stats_display() local
1882 nb_burst = pbs->pkt_burst_spread[nb_pkt]; in pkt_burst_stats_display()
1884 if (nb_burst == 0) in pkt_burst_stats_display()
1887 total_burst += nb_burst; in pkt_burst_stats_display()
1889 if (nb_burst > burst_stats[1]) { in pkt_burst_stats_display()
1892 burst_stats[1] = nb_burst; in pkt_burst_stats_display()
1894 } else if (nb_burst > burst_stats[2]) { in pkt_burst_stats_display()
1895 burst_stats[2] = nb_burst; in pkt_burst_stats_display()
/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()