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

Function load_drivers

dpdk/buildtools/pmdinfogen.py:201–205  ·  view source on GitHub ↗
(image)

Source from the content-addressed store, hash-verified

199
200
201def load_drivers(image):
202 drivers = []
203 for symbol in image.find_by_pattern("^this_pmd_name[0-9]+$"):
204 drivers.append(Driver.load(image, symbol))
205 return drivers
206
207
208def dump_drivers(drivers, file):

Callers 1

mainFunction · 0.85

Calls 2

loadMethod · 0.80
find_by_patternMethod · 0.45

Tested by

no test coverage detected