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

Function test_ring_free

dpdk/app/test/sample_packet_forward.c:72–76  ·  view source on GitHub ↗

Sample test to free the virtual rings */

Source from the content-addressed store, hash-verified

70
71/* Sample test to free the virtual rings */
72void
73test_ring_free(struct rte_ring *rxtx)
74{
75 rte_ring_free(rxtx);
76}
77
78/* Sample test to release the vdev */
79void

Callers 4

run_pdump_client_testsFunction · 0.85
test_pdump_uninitFunction · 0.85
test_bit_ring_freeFunction · 0.85
test_latency_ring_freeFunction · 0.85

Calls 1

rte_ring_freeFunction · 0.85

Tested by

no test coverage detected