MCPcopy 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 */
79void
80test_vdev_uninit(const char *vdev)
81{
82 rte_vdev_uninit(vdev);
83}
84
85/* sample test to allocate the mempool */
86int

Callers 3

test_pdump_uninitFunction · 0.85
test_bit_ring_freeFunction · 0.85
test_latency_ring_freeFunction · 0.85

Calls 1

rte_vdev_uninitFunction · 0.85

Tested by

no test coverage detected