MCPcopy 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
267static void
268mt1_fini(struct rte_ring *rng, void *data)
269{
270 rte_free(rng);
271 rte_free(data);
272}
273
274static int
275mt1_init(struct rte_ring **rng, void **data, uint32_t num)

Callers 1

test_mt1Function · 0.85

Calls 1

rte_freeFunction · 0.85

Tested by

no test coverage detected