Searched refs:send_ring (Results 1 – 4 of 4) sorted by relevance
50 struct rte_ring *send_ring, *recv_ring; variable91 send_ring = rte_ring_create(_PRI_2_SEC, ring_size, rte_socket_id(), flags); in main()99 send_ring = rte_ring_lookup(_SEC_2_PRI); in main()103 if (send_ring == NULL) in main()
8 extern struct rte_ring *send_ring;
51 if (rte_ring_enqueue(send_ring, msg) < 0) { in cmd_send_parsed()
122 Note, however, that the named ring structure used as send_ring in the primary process is the recv_r…