Home
last modified time | relevance | path

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

/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
/dpdk/examples/packet_ordering/
H A Dmain.c617 tx_thread(struct rte_ring *ring_in) in tx_thread() function
765 rte_eal_remote_launch((lcore_function_t *)tx_thread, workers_to_tx, in main()