Home
last modified time | relevance | path

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

/dpdk/examples/multi_process/symmetric_mp/
H A Dmain.c355 const uint16_t rx_c = rte_eth_rx_burst(src, q_id, buf, PKT_BURST); in lcore_main() local
356 if (rx_c == 0) in lcore_main()
358 pstats[src].rx += rx_c; in lcore_main()
360 const uint16_t tx_c = rte_eth_tx_burst(dst, q_id, buf, rx_c); in lcore_main()
362 if (tx_c != rx_c) { in lcore_main()
363 pstats[dst].drop += (rx_c - tx_c); in lcore_main()
364 for (i = tx_c; i < rx_c; i++) in lcore_main()