Add generic SR-IOV configuration

This commit is contained in:
2021-06-22 03:47:03 -04:00
parent d88ba7272d
commit 53872c0056
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 }}