File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,16 @@ $ lsmod | grep ast
87
87
```
88
88
Ensure that ast driver is not loaded.
89
89
90
+ # Machine Configuration for Provisioning Intel QAT
91
+
92
+ * Turn on ` intel_iommu ` kernel parameter and load ` vfio-pci ` at boot for QAT provisioning
93
+
94
+ ```
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
+ ```
97
+
98
+ Note: This will reboot the QAT worker nodes when changing the kernel parameter through MCO.
99
+
90
100
# See Also
91
101
- [ Firmware Search Path] ( https://docs.kernel.org/driver-api/firmware/fw_search_path.html )
92
102
- [ 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