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

Function cleanup

dpdk/drivers/event/dlb2/dlb2_selftest.c:139–150  ·  view source on GitHub ↗

destruction */

Source from the content-addressed store, hash-verified

137
138/* destruction */
139static inline void
140cleanup(void)
141{
142 int ret = 0;
143
144 rte_event_dev_stop(evdev);
145 ret = rte_event_dev_close(evdev);
146
147 if (ret)
148 printf("%d: rte_event_dev_close failed, ret = %d\n",
149 __LINE__, ret);
150};
151
152static inline int
153enqueue_timeout(uint8_t port_id, struct rte_event *ev, uint64_t tmo_us)

Callers 6

test_stop_flushFunction · 0.70
test_directed_trafficFunction · 0.70
test_deferred_schedFunction · 0.70
test_delayed_popFunction · 0.70

Calls 3

rte_event_dev_stopFunction · 0.85
rte_event_dev_closeFunction · 0.85
printfFunction · 0.50

Tested by

no test coverage detected