File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ Any contribution in this area is welcome.
19
19
- Provisioned RHOCP cluster. Follow steps [ here] ( /README.md#provisioning-rhocp-cluster ) .
20
20
- Setup node feature discovery (NFD). Follow steps [ here] ( /nfd/README.md ) .
21
21
22
- ## Machine Configuration for Provisioning Intel® QAT
22
+ ## Machine Configuration for Provisioning Intel® QAT and Intel® DSA
23
23
24
- * Turn on ` intel_iommu ` kernel parameter and load ` vfio_pci ` at boot for QAT provisioning
24
+ * Turn on ` intel_iommu,sm_on ` kernel parameter and load ` vfio_pci ` at boot for QAT and DSA provisioning
25
25
26
26
```
27
- $ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/main/machine_configuration/100-intel-qat-intel- iommu-on.yaml
27
+ $ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/main/machine_configuration/100-intel-iommu-on.yaml
28
28
```
29
29
30
30
Note: This will reboot the worker nodes when changing the kernel parameter through MCO.
@@ -34,7 +34,7 @@ Navigate to the node terminal on the web console (Compute -> Nodes -> Select a n
34
34
```
35
35
$ cat /proc/cmdline
36
36
```
37
- Ensure that ` intel_iommu=on ` is present.
37
+ Ensure that ` intel_iommu=on,sm_on ` is present.
38
38
39
39
```
40
40
$ chroot /host
You can’t perform that action at this time.
0 commit comments