Searched refs:workers_to_tx (Results 1 – 1 of 1) sorted by relevance
667 struct rte_ring *workers_to_tx; in main() local735 workers_to_tx = rte_ring_create("workers_to_tx", RING_SIZE, rte_socket_id(), in main()737 if (workers_to_tx == NULL) in main()751 worker_args.ring_out = workers_to_tx; in main()761 rte_eal_remote_launch((lcore_function_t *)tx_thread, workers_to_tx, in main()764 send_args.ring_in = workers_to_tx; in main()