Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
struct rte_event_ring *
38
rte_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 */
46
void
Callers
3
sw_port_setup
Function · 0.85
test_lookup_null
Function · 0.85
test_event_ring
Function · 0.85
Calls
1
rte_ring_lookup
Function · 0.85
Tested by
2
test_lookup_null
Function · 0.68
test_event_ring
Function · 0.68