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

Function eventdev_teardown

dpdk/drivers/event/dpaa2/dpaa2_eventdev_selftest.c:210–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208}
209
210static void
211eventdev_teardown(void)
212{
213 rte_event_dev_stop(evdev);
214 rte_mempool_free(eventdev_test_mempool);
215}
216
217static void
218update_event_and_validation_attr(struct rte_mbuf *m, struct rte_event *ev,

Callers

nothing calls this directly

Calls 2

rte_event_dev_stopFunction · 0.85
rte_mempool_freeFunction · 0.85

Tested by

no test coverage detected