| 309 | } |
| 310 | |
| 311 | static void |
| 312 | perform_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 | |
| 320 | static int |
| 321 | exit_with_fail(const char *testname, struct efd_perf_params *params, |
no test coverage detected