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

Function eventdev_teardown

dpdk/drivers/event/octeontx/ssovf_evdev_selftest.c:257–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255}
256
257static inline void
258eventdev_teardown(void)
259{
260 rte_event_dev_stop(evdev);
261 rte_mempool_free(eventdev_test_mempool);
262}
263
264static inline void
265update_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