Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
442
static void
443
test_cleanup(void)
444
{
445
rte_mempool_free(mp);
446
rte_vdev_uninit(null_dev);
447
}
448
449
static struct
450
unit_test_suite test_pcapng_suite = {
Callers
nothing calls this directly
Calls
2
rte_mempool_free
Function · 0.85
rte_vdev_uninit
Function · 0.85
Tested by
no test coverage detected