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

Function test_eventdev_close

dpdk/app/test/test_eventdev.c:1254–1259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1252}
1253
1254static int
1255test_eventdev_close(void)
1256{
1257 rte_event_dev_stop(TEST_DEV_ID);
1258 return rte_event_dev_close(TEST_DEV_ID);
1259}
1260
1261static struct unit_test_suite eventdev_common_testsuite = {
1262 .suite_name = "eventdev common code unit test suite",

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