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

Function dump_drivers

dpdk/buildtools/pmdinfogen.py:208–211  ·  view source on GitHub ↗
(drivers, file)

Source from the content-addressed store, hash-verified

206
207
208def dump_drivers(drivers, file):
209 # Keep legacy order of definitions.
210 for driver in reversed(drivers):
211 driver.dump(file)
212
213
214def parse_args():

Callers 1

mainFunction · 0.85

Calls 1

dumpMethod · 0.80

Tested by

no test coverage detected