Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ rte_event_ring_free
Function
rte_event_ring_free
dpdk/lib/eventdev/rte_event_ring.c:46–52 ·
view source on GitHub ↗
free the ring */
Source
from the content-addressed store, hash-verified
44
45
/* free the ring */
46
void
47
rte_event_ring_free(struct rte_event_ring *r)
48
{
49
rte_eventdev_trace_ring_free(r->r.name);
50
51
rte_ring_free((struct rte_ring *)r);
52
}
Callers
6
sw_port_setup
Function · 0.85
sw_port_release
Function · 0.85
dsw_port_setup
Function · 0.85
dsw_port_release
Function · 0.85
test_basic_event_enqueue_dequeue
Function · 0.85
test_event_ring_with_exact_size
Function · 0.85
Calls
1
rte_ring_free
Function · 0.85
Tested by
2
test_basic_event_enqueue_dequeue
Function · 0.68
test_event_ring_with_exact_size
Function · 0.68