MCPcopy 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 */
46void
47rte_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_setupFunction · 0.85
sw_port_releaseFunction · 0.85
dsw_port_setupFunction · 0.85
dsw_port_releaseFunction · 0.85

Calls 1

rte_ring_freeFunction · 0.85

Tested by 2