Searched refs:rx_thread (Results 1 – 4 of 4) sorted by relevance
55 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()
110 struct thread_conf rx_thread; member
602 struct thread_rx_conf rx_thread[MAX_RX_THREAD]; variable1921 thread_conf = &rx_thread[i].conf; in cpu_load_collector()2235 rx_thread[i].conf.thread_id = i; in lthread_spawner()2237 (void *)&rx_thread[i]); in lthread_spawner()2463 pthread_rx((void *)&rx_thread[i]); in pthread_run()2568 rx_conf = &rx_thread[rx_thread_id]; in init_rx_rings()2602 nb_rx_queue = rx_thread[thread].n_rx_queue; in init_rx_queues()2610 rx_thread[thread].conf.thread_id = thread; in init_rx_queues()2616 rx_thread[thread].n_rx_queue++; in init_rx_queues()3656 lcore_id = rx_thread[i].conf.lcore_id; in main()[all …]
426 rx_thread(struct rte_ring *ring_out) in rx_thread() function771 rx_thread(rx_to_workers); in main()