Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ mt1_fini
Function
mt1_fini
dpdk/app/test/test_ring_stress_impl.h:267–272 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
265
}
266
267
static void
268
mt1_fini(struct rte_ring *rng, void *data)
269
{
270
rte_free(rng);
271
rte_free(data);
272
}
273
274
static int
275
mt1_init(struct rte_ring **rng, void **data, uint32_t num)
Callers
1
test_mt1
Function · 0.85
Calls
1
rte_free
Function · 0.85
Tested by
no test coverage detected