Home
last modified time | relevance | path

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

/dpdk/examples/vmdq/
H A Dmain.c558 const uint16_t txCount = rte_eth_tx_burst(dport, in lcore_main() local
563 if (txCount != rxCount) { in lcore_main()
564 for (i = txCount; i < rxCount; i++) in lcore_main()
/dpdk/examples/vmdq_dcb/
H A Dmain.c597 const uint16_t txCount = rte_eth_tx_burst(dst, in lcore_main() local
599 if (txCount != rxCount) { in lcore_main()
600 for (i = txCount; i < rxCount; i++) in lcore_main()