MCPcopy 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
137void
138ethdev_list_clean(void)
139{
140 struct ethdev *port;
141
142 while (!TAILQ_EMPTY(&eth_node)) {
143 port = TAILQ_FIRST(&eth_node);
144 TAILQ_REMOVE(&eth_node, port, next);
145 }
146}
147
148void
149ethdev_stop(void)

Callers 1

ethdev_stopFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected