Searched refs:total_nb_rx (Results 1 – 2 of 2) sorted by relevance
394 uint16_t total_nb_rx; in l2fwd_fwd_job() local402 total_nb_rx = rte_eth_rx_burst(portid, 0, pkts_burst, in l2fwd_fwd_job()405 for (j = 0; j < total_nb_rx; j++) { in l2fwd_fwd_job()413 if (total_nb_rx == MAX_PKT_BURST) { in l2fwd_fwd_job()417 total_nb_rx += nb_rx; in l2fwd_fwd_job()426 port_statistics[portid].rx += total_nb_rx; in l2fwd_fwd_job()429 if (rte_jobstats_finish(job, total_nb_rx) != 0) { in l2fwd_fwd_job()
311 If total_nb_rx is smaller than target value job->period will be increased. If it is greater the per…