Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/F-Stack/f-stack
/ test_vdev_uninit
Function
test_vdev_uninit
dpdk/app/test/sample_packet_forward.c:79–83 ·
view source on GitHub ↗
Sample test to release the vdev */
Source
from the content-addressed store, hash-verified
77
78
/* Sample test to release the vdev */
79
void
80
test_vdev_uninit(const char *vdev)
81
{
82
rte_vdev_uninit(vdev);
83
}
84
85
/* sample test to allocate the mempool */
86
int
Callers
3
test_pdump_uninit
Function · 0.85
test_bit_ring_free
Function · 0.85
test_latency_ring_free
Function · 0.85
Calls
1
rte_vdev_uninit
Function · 0.85
Tested by
no test coverage detected