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

Function testsuite_teardown

dpdk/app/test/test_event_timer_adapter.c:191–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191static void
192testsuite_teardown(void)
193{
194 rte_event_dev_stop(evdev);
195 rte_event_dev_close(evdev);
196}
197
198static int
199setup_adapter_service(struct rte_event_timer_adapter *adptr)

Callers

nothing calls this directly

Calls 2

rte_event_dev_stopFunction · 0.85
rte_event_dev_closeFunction · 0.85

Tested by

no test coverage detected