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

Function free_dataplane

dpdk/lib/fib/rte_fib6.c:268–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266}
267
268static void
269free_dataplane(struct rte_fib6 *fib)
270{
271 switch (fib->type) {
272 case RTE_FIB6_DUMMY:
273 return;
274 case RTE_FIB6_TRIE:
275 trie_free(fib->dp);
276 default:
277 return;
278 }
279}
280
281void
282rte_fib6_free(struct rte_fib6 *fib)

Callers 1

rte_fib6_freeFunction · 0.70

Calls 1

trie_freeFunction · 0.85

Tested by

no test coverage detected