MCPcopy Index your code
hub / github.com/F-Stack/f-stack / testsuite_teardown

Function testsuite_teardown

dpdk/app/test-bbdev/test_bbdev.c:52–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52static void
53testsuite_teardown(void)
54{
55 char buf[RTE_BBDEV_NAME_MAX_LEN];
56
57 snprintf(buf, sizeof(buf), "%s_unittest", BBDEV_NAME_NULL);
58 rte_vdev_uninit(buf);
59}
60
61static int
62ut_setup(void)

Callers

nothing calls this directly

Calls 2

snprintfFunction · 0.85
rte_vdev_uninitFunction · 0.85

Tested by

no test coverage detected