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

Function free_dataplane

dpdk/lib/fib/rte_fib.c:267–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265}
266
267static void
268free_dataplane(struct rte_fib *fib)
269{
270 switch (fib->type) {
271 case RTE_FIB_DUMMY:
272 return;
273 case RTE_FIB_DIR24_8:
274 dir24_8_free(fib->dp);
275 default:
276 return;
277 }
278}
279
280void
281rte_fib_free(struct rte_fib *fib)

Callers 1

rte_fib_freeFunction · 0.70

Calls 1

dir24_8_freeFunction · 0.85

Tested by

no test coverage detected