Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ ethdev_list_clean
Function
ethdev_list_clean
dpdk/app/graph/ethdev.c:137–146 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
135
}
136
137
void
138
ethdev_list_clean(void)
139
{
140
struct ethdev *port;
141
142
while (!TAILQ_EMPTY(ð_node)) {
143
port = TAILQ_FIRST(ð_node);
144
TAILQ_REMOVE(ð_node, port, next);
145
}
146
}
147
148
void
149
ethdev_stop(void)
Callers
1
ethdev_stop
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected