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

Function dsw_port_release

dpdk/drivers/event/dsw/dsw_evdev.c:87–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87static void
88dsw_port_release(void *p)
89{
90 struct dsw_port *port = p;
91
92 rte_event_ring_free(port->in_ring);
93 rte_ring_free(port->ctl_in_ring);
94}
95
96static int
97dsw_queue_setup(struct rte_eventdev *dev, uint8_t queue_id,

Callers 1

dsw_closeFunction · 0.85

Calls 2

rte_event_ring_freeFunction · 0.85
rte_ring_freeFunction · 0.85

Tested by

no test coverage detected