Home
last modified time | relevance | path

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

/dpdk/examples/multi_process/simple_mp/
H A Dmain.c50 struct rte_ring *send_ring, *recv_ring; variable
62 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()
/dpdk/doc/guides/sample_app_ug/
H A Dmulti_process.rst122 …he named ring structure used as send_ring in the primary process is the recv_ring in the secondary…