Skip to content

Commit ab8e530

Browse files
committed
MCO: add SVA support to iommu kernel boot parameters
DSA requires sm_on to work properly. sm_on enables the IOMMU scalable mode. This scalable mode is needed by DSA. More details on: https://cdrdv2-public.intel.com/759709/353216-data-streaming-accelerator-user-guide-003.pdf We also removed qat from name as its used more multiple intel hardwares Signed-off-by: Manish Regmi <manish.regmi@intel.com>
1 parent d7cffa3 commit ab8e530

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)