Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
78
static void
79
app_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
86
static void
87
app_init_mbuf_pools(void)
Callers
1
test_table
Function · 0.85
Calls
2
rte_ring_free
Function · 0.85
rte_mempool_free
Function · 0.85
Tested by
no test coverage detected