Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/vmdq/
H A Dmain.c554 const uint16_t txCount = rte_eth_tx_burst(dport, in lcore_main() local
559 if (txCount != rxCount) { in lcore_main()
560 for (i = txCount; i < rxCount; i++) in lcore_main()
/f-stack/dpdk/examples/vmdq_dcb/
H A Dmain.c602 const uint16_t txCount = rte_eth_tx_burst(dst, in lcore_main() local
604 if (txCount != rxCount) { in lcore_main()
605 for (i = txCount; i < rxCount; i++) in lcore_main()