Searched refs:send_ring (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/examples/multi_process/simple_mp/ |
| H A D | main.c | 51 struct rte_ring *send_ring, *recv_ring; variable 91 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() 102 if (send_ring == NULL) in main()
|
| H A D | mp_commands.h | 8 extern struct rte_ring *send_ring;
|
| H A D | mp_commands.c | 52 if (rte_ring_enqueue(send_ring, msg) < 0) { in cmd_send_parsed()
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | multi_process.rst | 119 send_ring = rte_ring_create(_PRI_2_SEC, ring_size, SOCKET0, flags); 124 send_ring = rte_ring_lookup(_SEC_2_PRI); 128 Note, however, that the named ring structure used as send_ring in the primary process is the recv_r…
|