Add generic SR-IOV configuration

This commit is contained in:
2023-09-01 15:42:26 -04:00
parent 0fc889df32
commit a2ed38b459
3 changed files with 20 additions and 0 deletions

View File

@ -79,6 +79,8 @@ pvc:
console_log_lines: {{ pvc_log_console_lines }}
networking:
bridge_device: {{ pvc_bridge_device }}
sriov_enable: {{ pvc_sriov_enable }}
sriov_device: {{ pvc_sriov_device }}
upstream:
device: {{ pvc_upstream_device }}
mtu: {{ pvc_upstream_mtu }}