Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
106
def
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
114
def
clear_pages():
Callers
1
main
Function · 0.85
Calls
3
is_numa
Function · 0.85
show_numa_pages
Function · 0.85
show_non_numa_pages
Function · 0.85
Tested by
no test coverage detected