Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/qos_sched/
H A Dmain.c65 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()
H A Dmain.h112 struct thread_conf tx_thread; member
/f-stack/dpdk/examples/performance-thread/l3fwd-thread/
H A Dmain.c616 struct thread_tx_conf tx_thread[MAX_TX_THREAD]; variable
1932 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 …]
/f-stack/dpdk/examples/packet_ordering/
H A Dmain.c613 tx_thread(struct rte_ring *ring_in) in tx_thread() function
761 rte_eal_remote_launch((lcore_function_t *)tx_thread, workers_to_tx, in main()