Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/qos_sched/
H A Dmain.c40 struct thread_conf *wt_confs[MAX_DATA_STREAMS]; in app_main_loop() local
44 memset(wt_confs, 0, sizeof(wt_confs)); in app_main_loop()
79 wt_confs[wt_idx++] = &flow->wt_thread; in app_main_loop()
108 wt_confs[i]->m_table = rte_malloc("table_wt", sizeof(struct rte_mbuf *) in app_main_loop()
111 if (wt_confs[i]->m_table == NULL) in app_main_loop()
116 i, lcore_id, wt_confs[i]->tx_port); in app_main_loop()
119 app_mixed_thread(wt_confs); in app_main_loop()
140 app_worker_thread(wt_confs); in app_main_loop()