Home
last modified time | relevance | path

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

/dpdk/examples/distributor/
H A Dmain.c28 #define BURST_SIZE_TX 32 macro
423 struct rte_mbuf *bufs[BURST_SIZE_TX]; in lcore_tx()
425 (void *)bufs, BURST_SIZE_TX, NULL); in lcore_tx()
454 if (outbuf->count == BURST_SIZE_TX) in lcore_tx()