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

Function perform_frees

dpdk/app/test/test_efd_perf.c:311–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309}
310
311static void
312perform_frees(struct efd_perf_params *params)
313{
314 if (params->efd_table != NULL) {
315 rte_efd_free(params->efd_table);
316 params->efd_table = NULL;
317 }
318}
319
320static int
321exit_with_fail(const char *testname, struct efd_perf_params *params,

Callers 2

exit_with_failFunction · 0.70
run_all_tbl_perf_testsFunction · 0.70

Calls 1

rte_efd_freeFunction · 0.85

Tested by

no test coverage detected