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

Function generic_ut_teardown

dpdk/app/test/test_compressdev.c:326–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324}
325
326static void
327generic_ut_teardown(void)
328{
329 rte_compressdev_stop(0);
330 if (rte_compressdev_close(0) < 0)
331 RTE_LOG(ERR, USER1, "Device could not be closed\n");
332}
333
334static int
335test_compressdev_invalid_configuration(void)

Callers

nothing calls this directly

Calls 2

rte_compressdev_stopFunction · 0.85
rte_compressdev_closeFunction · 0.85

Tested by

no test coverage detected