Skip to content

Commit b1ee673

Browse files
authored
Merge pull request #307 from mregmi/mco
MCO: add SVA support to iommu kernel boot parameters
2 parents d7cffa3 + ab8e530 commit b1ee673

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

machine_configuration/100-intel-qat-intel-iommu-on.yaml renamed to machine_configuration/100-intel-iommu-on.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ kind: MachineConfig
66
metadata:
77
labels:
88
machineconfiguration.openshift.io/role: worker
9-
name: 100-intel-qat-intel-iommu-on
9+
name: 100-intel-iommu-on
1010
spec:
1111
config:
1212
ignition:
1313
version: 3.2.0
1414
kernelArguments:
15-
- intel_iommu=on modules_load=vfio-pci vfio-pci.ids=8086:4941,8086:4943
15+
- intel_iommu=on,sm_on modules_load=vfio-pci vfio-pci.ids=8086:4941,8086:4943
1616
selector:
1717
intel.feature.node.kubernetes.io/qat: 'true'
18+
intel.feature.node.kubernetes.io/dsa: 'true'

0 commit comments

Comments
 (0)