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

Function test_cleanup

dpdk/app/test/test_pcapng.c:442–447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

440}
441
442static void
443test_cleanup(void)
444{
445 rte_mempool_free(mp);
446 rte_vdev_uninit(null_dev);
447}
448
449static struct
450unit_test_suite test_pcapng_suite = {

Callers

nothing calls this directly

Calls 2

rte_mempool_freeFunction · 0.85
rte_vdev_uninitFunction · 0.85

Tested by

no test coverage detected