Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ HugepageConfiguration
Class
HugepageConfiguration
dpdk/dts/framework/config/__init__.py:68–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
# and makes it thread safe should we every want to move in that direction.
67
@dataclass(slots=True, frozen=True)
68
class
HugepageConfiguration:
69
amount: int
70
force_first_numa: bool
71
72
73
@dataclass(slots=True, frozen=True)
Callers
1
from_dict
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected