Searched refs:tx_thread (Results 1 – 4 of 4) 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
616 struct thread_tx_conf tx_thread[MAX_TX_THREAD]; variable1932 thread_conf = &tx_thread[i].conf; in cpu_load_collector()2253 tx_thread[i].conf.thread_id = i; in lthread_spawner()2255 (void *)&tx_thread[i]); in lthread_spawner()2468 if (tx_thread[i].conf.lcore_id == lcore_id) { in pthread_run()2471 RTE_PER_LCORE(lcore_conf)->data = (void *)&tx_thread[i]; in pthread_run()2472 pthread_tx((void *)&tx_thread[i]); in pthread_run()2556 tx_conf = &tx_thread[tx_thread_id]; in init_rx_rings()2632 tx_thread[n_tx_thread].conf.thread_id = tx_thread_params[i].thread_id; in init_tx_threads()2633 tx_thread[n_tx_thread].conf.lcore_id = tx_thread_params[i].lcore_id; in init_tx_threads()[all …]
613 tx_thread(struct rte_ring *ring_in) in tx_thread() function761 rte_eal_remote_launch((lcore_function_t *)tx_thread, workers_to_tx, in main()