Searched refs:recv_ring (Results 1 – 2 of 2) sorted by relevance
50 struct rte_ring *send_ring, *recv_ring; variable62 if (rte_ring_dequeue(recv_ring, &msg) < 0){ in lcore_recv()92 recv_ring = rte_ring_create(_SEC_2_PRI, ring_size, rte_socket_id(), flags); in main()98 recv_ring = rte_ring_lookup(_PRI_2_SEC); in main()105 if (recv_ring == NULL) in main()
122 …he named ring structure used as send_ring in the primary process is the recv_ring in the secondary…