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

Function test_pdump_uninit

dpdk/app/test/test_pdump.c:122–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122int
123test_pdump_uninit(void)
124{
125 int ret = 0;
126
127 ret = rte_pdump_uninit();
128 if (ret < 0) {
129 printf("rte_pdump_uninit failed\n");
130 return -1;
131 }
132 if (ring_server != NULL)
133 test_ring_free(ring_server);
134 printf("pdump_uninit success\n");
135 test_vdev_uninit("net_ring_net_ringa");
136 return ret;
137}
138
139uint32_t
140send_pkts(void *empty __rte_unused)

Callers 1

run_pdump_server_testsFunction · 0.85

Calls 4

rte_pdump_uninitFunction · 0.85
test_ring_freeFunction · 0.85
test_vdev_uninitFunction · 0.85
printfFunction · 0.50

Tested by

no test coverage detected