Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/qos_sched/
H A Dapp_thread.c77 burst_conf.rx_burst); in app_rx_thread()
144 if (unlikely(len == burst_conf.tx_burst)) { in app_send_packets()
157 struct rte_mbuf *mbufs[burst_conf.qos_dequeue]; in app_tx_thread()
165 burst_conf.qos_dequeue, NULL); in app_tx_thread()
167 app_send_packets(conf, mbufs, burst_conf.qos_dequeue); in app_tx_thread()
195 struct rte_mbuf *mbufs[burst_conf.ring_burst]; in app_worker_thread()
204 burst_conf.ring_burst, NULL); in app_worker_thread()
214 burst_conf.qos_dequeue); 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()
[all …]
H A Dinit.c34 struct burst_conf burst_conf = { variable
409 mp_size, burst_conf.rx_burst * 4, 0, in app_init()
431 burst_conf.rx_burst, burst_conf.ring_burst, burst_conf.ring_burst, in app_init()
432 burst_conf.qos_dequeue, burst_conf.tx_burst); in app_init()
H A Dmain.h123 struct burst_conf struct
148 extern struct burst_conf burst_conf; argument
H A Dargs.c292 burst_conf.rx_burst = (uint16_t)vals[0]; in app_parse_burst_conf()
293 burst_conf.ring_burst = (uint16_t)vals[1]; in app_parse_burst_conf()
294 burst_conf.qos_dequeue = (uint16_t)vals[2]; in app_parse_burst_conf()
295 burst_conf.tx_burst = (uint16_t)vals[3]; in app_parse_burst_conf()
H A Dmain.c109 * burst_conf.tx_burst, RTE_CACHE_LINE_SIZE); in app_main_loop()
124 * burst_conf.tx_burst, RTE_CACHE_LINE_SIZE); in app_main_loop()