puppet-tripleo/releasenotes/notes/ovs-hw-offload-89a49899af3b9892.yaml
waleed mousa e5c563290c Add support for switchdev mode in SR-IOV
In Kernel 4.10 supports changing SR-IOV to switchdev mode.
This mode allows to create VFs represontors which can manage
the SR-IOV VFs from the hypervsior.

This patch extends the tripleo::host::sriov::number_of_vf to
<physical_network>:<number_of_vfs>:<sriov_mode>,
where sriov_mode accepts legacy or switchdev.
if sriov_mode is not specified we default to legacy.

Change-Id: I578f956f2a8c6ee29a9d1ff38ee51765bcab05c1
2017-12-12 14:58:43 +00:00

5 lines
117 B
YAML

---
features:
- Allows to configure SR-IOV NIC to switchdev mode.
This feature requires kernel 4.10 and above.