MCPcopy Create free account
hub / github.com/F-Stack/f-stack / rte_ring_create

Function rte_ring_create

dpdk/lib/ring/rte_ring.c:308–314  ·  view source on GitHub ↗

create the ring */

Source from the content-addressed store, hash-verified

306
307/* create the ring */
308struct rte_ring *
309rte_ring_create(const char *name, unsigned int count, int socket_id,
310 unsigned int flags)
311{
312 return rte_ring_create_elem(name, sizeof(void *), count, socket_id,
313 flags);
314}
315
316/* free the ring */
317void

Callers 15

create_ringFunction · 0.85
ff_kni_allocFunction · 0.85
rte_efd_createFunction · 0.85
rxa_create_intr_threadFunction · 0.85
graph_sched_wq_createFunction · 0.85
ring_allocFunction · 0.85
bucket_init_per_lcoreFunction · 0.85
bucket_allocFunction · 0.85
update_order_ringFunction · 0.85

Calls 1

rte_ring_create_elemFunction · 0.85

Tested by 15

run_pdump_client_testsFunction · 0.68
ring_create_lookupFunction · 0.68
test_ring_createFunction · 0.68
test_ring_pmd_perfFunction · 0.68
virtual_ethdev_createFunction · 0.68
test_setupFunction · 0.68
test_ring_setupFunction · 0.68
init_portsFunction · 0.68
testsuite_setupFunction · 0.68