Searched refs:tx_confs (Results 1 – 1 of 1) sorted by relevance
41 struct thread_conf *tx_confs[MAX_DATA_STREAMS]; in app_main_loop() local45 memset(tx_confs, 0, sizeof(tx_confs)); in app_main_loop()69 tx_confs[tx_idx++] = &flow->tx_thread; in app_main_loop()123 tx_confs[i]->m_table = rte_malloc("table_tx", sizeof(struct rte_mbuf *) in app_main_loop()126 if (tx_confs[i]->m_table == NULL) in app_main_loop()130 i, lcore_id, tx_confs[i]->tx_port); in app_main_loop()133 app_tx_thread(tx_confs); in app_main_loop()