Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NFV - Network Functions Virtualisation
SOL006
Commits
277ffb2c
Commit
277ffb2c
authored
Oct 27, 2022
by
ppree
Browse files
issue
#66
Adding Huge page requirements for VM-based VNFs
Signed-off-by:
Preethika
<
preethika.p@tataelxsi.co.in
>
parent
8cb93f0a
Pipeline
#13178
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/yang/etsi-nfv-vnf.yang
View file @
277ffb2c
...
@@ -867,6 +867,31 @@ submodule etsi-nfv-vnf {
...
@@ -867,6 +867,31 @@ submodule etsi-nfv-vnf {
"GS NFV IFA011: Section 7.1.9.3, Information elements
"GS NFV IFA011: Section 7.1.9.3, Information elements
related to Virtual Memory."
;
related to Virtual Memory."
;
}
}
list
huge-page-requirements
{
key
"hugepage-size"
;
max-elements
"1"
;
leaf
hugepage-size
{
type
uint32
;
description
"Specifies the size of the hugepage."
;
}
leaf
requested-size
{
type
uint32
;
description
"Specifies the total size required for all the
hugepages of the size indicated by hugepage-size."
;
}
description
"Specifies requirements on the huge pages resources
for the virtual memory."
;
reference
"GS NFV IFA011: Section 7.1.9.3, Information elements
related to Virtual Memory."
;
}
description
description
"The virtual memory of the virtualised compute."
;
"The virtual memory of the virtualised compute."
;
reference
reference
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment