Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/qos_sched/
H A Dapp_thread.c157 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()
214 burst_conf.qos_dequeue); in app_worker_thread()
251 burst_conf.qos_dequeue); in app_mixed_thread()
H A Dmain.h127 uint16_t qos_dequeue; member
H A Dinit.c37 .qos_dequeue = PKT_DEQUEUE,
432 burst_conf.qos_dequeue, burst_conf.tx_burst); in app_init()
H A Dargs.c294 burst_conf.qos_dequeue = (uint16_t)vals[2]; in app_parse_burst_conf()