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

Function is_numa

dpdk/usertools/dpdk-hugepages.py:41–43  ·  view source on GitHub ↗

Test if NUMA is necessary on this system

()

Source from the content-addressed store, hash-verified

39
40
41def is_numa():
42 '''Test if NUMA is necessary on this system'''
43 return os.path.exists('/sys/devices/system/node')
44
45
46def get_valid_page_sizes(path):

Callers 3

show_pagesFunction · 0.85
clear_pagesFunction · 0.85
reserve_pagesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected