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

Function mempool_fini

dpdk/app/test-security-perf/test_security_perf.c:191–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191static int
192mempool_fini(struct test_ctx *ctx)
193{
194 rte_mempool_free(ctx->sess_mp);
195
196 return 0;
197}
198
199static int
200sec_conf_init(struct lcore_conf *conf,

Callers 1

mainFunction · 0.85

Calls 1

rte_mempool_freeFunction · 0.85

Tested by

no test coverage detected