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

Function show_pages

dpdk/usertools/dpdk-hugepages.py:106–111  ·  view source on GitHub ↗

Show existing huge page settings

()

Source from the content-addressed store, hash-verified

104
105
106def show_pages():
107 '''Show existing huge page settings'''
108 if is_numa():
109 show_numa_pages()
110 else:
111 show_non_numa_pages()
112
113
114def clear_pages():

Callers 1

mainFunction · 0.85

Calls 3

is_numaFunction · 0.85
show_numa_pagesFunction · 0.85
show_non_numa_pagesFunction · 0.85

Tested by

no test coverage detected