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

Function crosscheck_fini

dpdk/app/test/test_cryptodev_crosscheck.c:494–506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

492}
493
494static void
495crosscheck_fini(void)
496{
497 struct crosscheck_testsuite_params *ts_params = &testsuite_params;
498
499 rte_mempool_free(ts_params->mbuf_pool);
500 rte_mempool_free(ts_params->op_mpool);
501 rte_mempool_free(ts_params->session_mpool);
502 rte_free(ts_params->key.mem);
503 rte_free(ts_params->digest.mem);
504 rte_free(ts_params->aad.mem);
505 rte_free(ts_params->iv.mem);
506}
507
508static int
509dev_configure_and_start(uint64_t ff_disable)

Callers 1

test_crosscheckFunction · 0.85

Calls 2

rte_mempool_freeFunction · 0.85
rte_freeFunction · 0.85

Tested by

no test coverage detected