Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/multi_process/symmetric_mp/
H A Dmain.c347 const uint16_t tx_c = rte_eth_tx_burst(dst, q_id, buf, rx_c); in lcore_main() local
348 pstats[dst].tx += tx_c; in lcore_main()
349 if (tx_c != rx_c) { in lcore_main()
350 pstats[dst].drop += (rx_c - tx_c); in lcore_main()
351 for (i = tx_c; i < rx_c; i++) in lcore_main()