Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/qos_sched/
H A Dmain.c74 flow->wt_thread.rx_ring = flow->rx_ring; in app_main_loop()
75 flow->wt_thread.tx_ring = flow->tx_ring; in app_main_loop()
76 flow->wt_thread.tx_port = flow->tx_port; in app_main_loop()
77 flow->wt_thread.sched_port = flow->sched_port; in app_main_loop()
79 wt_confs[wt_idx++] = &flow->wt_thread; in app_main_loop()
182 flow->wt_thread.stat.nb_rx, in app_stat()
183 flow->wt_thread.stat.nb_drop, in app_stat()
184 flow->wt_thread.stat.nb_rx - flow->wt_thread.stat.nb_drop); in app_stat()
188 memset(&flow->wt_thread.stat, 0, sizeof(struct thread_stat)); in app_stat()
H A Dmain.h111 struct thread_conf wt_thread; member