Merge "Add missing Image property hw_vif_multiqueue_enabled to metadefs"

This commit is contained in:
Zuul 2020-04-21 06:53:34 +00:00 committed by Gerrit Code Review
commit f6a1b797da
2 changed files with 12 additions and 0 deletions

View File

@ -109,6 +109,12 @@
"virtio"
]
},
"hw_vif_multiqueue_enabled": {
"title": "Multiqueue Enabled",
"description": "If true, this enables the virtio-net multiqueue feature. In this case, the driver sets the number of queues equal to the number of guest vCPUs. This makes the network performance scale across a number of vCPUs.",
"type": "string",
"enum": ["true", "false"]
},
"hw_pmu": {
"title": "Virtual Performance Monitoring Unit",
"description": "Controls emulation of a vPMU in the guest. To reduce latency in realtime workloads disable the vPMU by setting hw_pmu=false",

View File

@ -206,6 +206,12 @@
"VirtualVmxnet3"
],
"default" : "e1000"
},
"hw_vif_multiqueue_enabled": {
"title": "Multiqueue Enabled",
j "description": "If true, this enables the virtio-net multiqueue feature. In this case, the driver sets the number of queues equal to the number of guest vCPUs. This makes the network performance scale across a number of vCPUs.",
"type": "string",
"enum": ["true", "false"]
}
},
"objects": []