Searched refs:recv_ring (Results 1 – 2 of 2) sorted by relevance
51 struct rte_ring *send_ring, *recv_ring; variable63 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()104 if (recv_ring == NULL) in main()
120 recv_ring = rte_ring_create(_SEC_2_PRI, ring_size, SOCKET0, flags);123 recv_ring = rte_ring_lookup(_PRI_2_SEC);128 …he named ring structure used as send_ring in the primary process is the recv_ring in the secondary…