Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/qos_sched/
H A Dapp_thread.c195 struct rte_mbuf *mbufs[burst_conf.ring_burst]; in app_worker_thread()
204 burst_conf.ring_burst, NULL); in app_worker_thread()
230 struct rte_mbuf *mbufs[burst_conf.ring_burst]; in app_mixed_thread()
240 burst_conf.ring_burst, NULL); in app_mixed_thread()
H A Dinit.c36 .ring_burst = PKT_ENQUEUE,
431 burst_conf.rx_burst, burst_conf.ring_burst, burst_conf.ring_burst, in app_init()
H A Dmain.h126 uint16_t ring_burst; member
H A Dargs.c293 burst_conf.ring_burst = (uint16_t)vals[1]; in app_parse_burst_conf()