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

Function order_test_destroy

dpdk/app/test-eventdev/test_order_common.c:206–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204}
205
206void
207order_test_destroy(struct evt_test *test, struct evt_options *opt)
208{
209 RTE_SET_USED(opt);
210 struct test_order *t = evt_test_priv(test);
211
212 rte_free(t->expected_flow_seq);
213 rte_free(t->producer_flow_seq);
214 rte_free(test->test_priv);
215}
216
217int
218order_mempool_setup(struct evt_test *test, struct evt_options *opt)

Callers

nothing calls this directly

Calls 2

evt_test_privFunction · 0.85
rte_freeFunction · 0.85

Tested by

no test coverage detected