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

Function rte_event_ring_lookup

dpdk/lib/eventdev/rte_event_ring.c:37–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36
37struct rte_event_ring *
38rte_event_ring_lookup(const char *name)
39{
40 rte_eventdev_trace_ring_lookup(name);
41
42 return (struct rte_event_ring *)rte_ring_lookup(name);
43}
44
45/* free the ring */
46void

Callers 3

sw_port_setupFunction · 0.85
test_lookup_nullFunction · 0.85
test_event_ringFunction · 0.85

Calls 1

rte_ring_lookupFunction · 0.85

Tested by 2

test_lookup_nullFunction · 0.68
test_event_ringFunction · 0.68