Skip to content

Commit 83cc851

Browse files
committed
Documentation: update MCO README to reflect DSA MCO dependency
Signed-off-by: Manish Regmi <[email protected]>
1 parent bae8997 commit 83cc851

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

machine_configuration/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ Any contribution in this area is welcome.
1919
- Provisioned RHOCP cluster. Follow steps [here](/README.md#provisioning-rhocp-cluster).
2020
- Setup node feature discovery (NFD). Follow steps [here](/nfd/README.md).
2121

22-
## Machine Configuration for Provisioning Intel® QAT
22+
## Machine Configuration for Provisioning Intel® QAT and Intel® DSA
2323

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
2525

2626
```
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
2828
```
2929

3030
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
3434
```
3535
$ cat /proc/cmdline
3636
```
37-
Ensure that `intel_iommu=on` is present.
37+
Ensure that `intel_iommu=on,sm_on` is present.
3838

3939
```
4040
$ chroot /host

0 commit comments

Comments
 (0)