Home
last modified time | relevance | path

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

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