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

Function app_free_resources

dpdk/app/test/test_table.c:78–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78static void
79app_free_resources(void) {
80 int i;
81 for (i = 0; i < N_PORTS; i++)
82 rte_ring_free(rings_rx[i]);
83 rte_mempool_free(pool);
84}
85
86static void
87app_init_mbuf_pools(void)

Callers 1

test_tableFunction · 0.85

Calls 2

rte_ring_freeFunction · 0.85
rte_mempool_freeFunction · 0.85

Tested by

no test coverage detected