Home
last modified time | relevance | path

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

/dpdk/examples/qos_sched/
H A Dmain.c55 flow->rx_thread.rx_port = flow->rx_port; in app_main_loop()
56 flow->rx_thread.rx_ring = flow->rx_ring; in app_main_loop()
57 flow->rx_thread.rx_queue = flow->rx_queue; in app_main_loop()
58 flow->rx_thread.sched_port = flow->sched_port; in app_main_loop()
60 rx_confs[rx_idx++] = &flow->rx_thread; in app_main_loop()
179 flow->rx_thread.stat.nb_rx, in app_stat()
180 flow->rx_thread.stat.nb_drop); in app_stat()
187 memset(&flow->rx_thread.stat, 0, sizeof(struct thread_stat)); in app_stat()
H A Dmain.h110 struct thread_conf rx_thread; member
/dpdk/examples/packet_ordering/
H A Dmain.c430 rx_thread(struct rte_ring *ring_out) in rx_thread() function
775 rx_thread(rx_to_workers); in main()