Skip to content

Commit 75418f9

Browse files
authored
Merge pull request #153 from hershpa/machine_config_qat_verfication_readme
machine_config: Add steps to verify QAT machine configuration
2 parents 184a5ef + ed6e082 commit 75418f9

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

machine_configuration/README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,27 @@ Ensure that ast driver is not loaded.
8989

9090
# Machine Configuration for Provisioning Intel® QAT
9191

92-
* Turn on `intel_iommu` kernel parameter and load `vfio-pci` at boot for QAT provisioning
92+
* Turn on `intel_iommu` kernel parameter and load `vfio_pci` at boot for QAT provisioning
9393

9494
```
9595
$ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/main/machine_configuration/100-intel-qat-intel-iommu-on.yaml
9696
```
9797

9898
Note: This will reboot the worker nodes when changing the kernel parameter through MCO.
9999

100+
## Verification
101+
Navigate to the node terminal on the web console (Compute -> Nodes -> Select a node -> Terminal). Run the following commands in the terminal.
102+
```
103+
$ cat /proc/cmdline
104+
```
105+
Ensure that `intel_iommu=on` is present.
106+
107+
```
108+
$ chroot /host
109+
$ lsmod | grep vfio_pci
110+
```
111+
Ensure that `vfio_pci` driver is present.
112+
100113
# See Also
101114
- [Firmware Search Path](https://docs.kernel.org/driver-api/firmware/fw_search_path.html)
102115
- [Red Hat OpenShift Container Platform Day-2 operations](https://www.ibm.com/cloud/architecture/content/course/red-hat-openshift-container-platform-day-2-ops/)

0 commit comments

Comments
 (0)