Home
last modified time | relevance | path

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

/dpdk/examples/multi_process/symmetric_mp/
H A Dmain.c49 #define PKT_BURST 32 macro
350 struct rte_mbuf *buf[PKT_BURST]; in lcore_main()
355 const uint16_t rx_c = rte_eth_rx_burst(src, q_id, buf, PKT_BURST); in lcore_main()