You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: device_plugins/deploy_qat.md
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,10 @@ For more details about the QAT device plugin configuration flags, see [Modes and
50
50
|`-max-num-devices `| 128 | It is the maximum VF device it can support for 4xxx QAT device. If the number exceeds the maximum number the QAT device supports, then the maximum number will be enabled. |
51
51
|`-provisioning-config `| Name of ConfigMap | See section [QAT resource configuration](/device_plugins/deploy_qat.md#qat-resource-configuration)|
52
52
53
-
## QAT Resource Configuration
53
+
## QAT Resource Configuration (experimental)
54
+
55
+
**NOTE**: In this release, this is an experimental feature. The efforts to [enhance this feature](https://github.com/intel/intel-device-plugins-for-kubernetes/issues/1529) and [make it more stable](https://github.com/intel/intel-device-plugins-for-kubernetes/issues/1542) are on going.
56
+
54
57
In this release, if the user does not configure the QAT resources through the device plugin `-provisioning-config` flag. The device plugin will configure half of the QAT VFIO VF devices for compression/decompression and the other half for cryptography.
55
58
56
59
Users can use the steps below to customize the QAT resource configuration:
@@ -61,7 +64,7 @@ Users can use the steps below to customize the QAT resource configuration:
61
64
Options:
62
65
`dc`: Configure all the QAT VF devices managed by the device plugin CR for compression/decompression.
63
66
`sym;asym`: Configure all the QAT VF devices managed by the device plugin CR for cryptography
64
-
2. Create QAT device plugin CR with -provisioning-config set as the name of the ConfigMap (created in step 1) in the qat_device_plugin.yaml file or set ConfigMap name in the provisioning-config option from web console.
67
+
2. Create QAT device plugin CR with -provisioning-config set as the name of the ConfigMap (created in step 1) in the qat_device_plugin.yaml file or set ConfigMap name in the provisioning-config option from web console.
65
68
66
69
# Run Intel QAT based workloads on RHOCP
67
70
To run the Intel QAT based workloads as an unprivileged pod (see [issue](https://github.com/intel/intel-technology-enabling-for-openshift/issues/122)). The customized `qat-scc` Security Context Constraint (SCC) is provided to bind with service account and run the QAT based workload.
0 commit comments