Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/multi_process/symmetric_mp/
H A Dmain.c50 #define PKT_BURST 32 macro
337 struct rte_mbuf *buf[PKT_BURST]; in lcore_main()
342 const uint16_t rx_c = rte_eth_rx_burst(src, q_id, buf, PKT_BURST); in lcore_main()