Home
last modified time | relevance | path

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

/dpdk/examples/packet_ordering/
H A Dmain.c671 struct rte_ring *workers_to_tx; in main() local
739 workers_to_tx = rte_ring_create("workers_to_tx", RING_SIZE, rte_socket_id(), in main()
741 if (workers_to_tx == NULL) in main()
755 worker_args.ring_out = workers_to_tx; in main()
765 rte_eal_remote_launch((lcore_function_t *)tx_thread, workers_to_tx, in main()
768 send_args.ring_in = workers_to_tx; in main()