Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
191
static int
192
mempool_fini(struct test_ctx *ctx)
193
{
194
rte_mempool_free(ctx->sess_mp);
195
196
return 0;
197
}
198
199
static int
200
sec_conf_init(struct lcore_conf *conf,
Callers
1
main
Function · 0.85
Calls
1
rte_mempool_free
Function · 0.85
Tested by
no test coverage detected