File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -89,14 +89,27 @@ Ensure that ast driver is not loaded.
89
89
90
90
# Machine Configuration for Provisioning Intel® QAT
91
91
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
93
93
94
94
```
95
95
$ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/main/machine_configuration/100-intel-qat-intel-iommu-on.yaml
96
96
```
97
97
98
98
Note: This will reboot the worker nodes when changing the kernel parameter through MCO.
99
99
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
+
100
113
# See Also
101
114
- [ Firmware Search Path] ( https://docs.kernel.org/driver-api/firmware/fw_search_path.html )
102
115
- [ Red Hat OpenShift Container Platform Day-2 operations] ( https://www.ibm.com/cloud/architecture/content/course/red-hat-openshift-container-platform-day-2-ops/ )
You can’t perform that action at this time.
0 commit comments