Searched refs:tx_thread (Results 1 – 3 of 3) sorted by relevance
65 flow->tx_thread.tx_port = flow->tx_port; in app_main_loop()66 flow->tx_thread.tx_ring = flow->tx_ring; in app_main_loop()67 flow->tx_thread.tx_queue = flow->tx_queue; in app_main_loop()69 tx_confs[tx_idx++] = &flow->tx_thread; in app_main_loop()
112 struct thread_conf tx_thread; member
617 tx_thread(struct rte_ring *ring_in) in tx_thread() function765 rte_eal_remote_launch((lcore_function_t *)tx_thread, workers_to_tx, in main()