Skip to content

Commit 8495751

Browse files
committed
device_plugins: Updated Readme.md
Signed-off-by: chaitanya1731 <chaitanya.kulkarni@intel.com>
1 parent f93c64b commit 8495751

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

device_plugins/README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ Intel Device Plugins are utilized to advertise Intel hardware features (resource
66
# Prerequisities
77
- Provisioned RHOCP 4.12 cluster. Follow steps [here](/README.md).
88
- Setup Node Feature Discovery (NFD). Follow steps [here](/nfd/README.md).
9-
- Setup Machine Configuration. Follow steps [here](/machine_configuration/README.md).
10-
- Optional: Setup out-of-tree drivers for Intel Data Center GPU provisioning. Follow the steps listed [here](/kmmo/README.md).
9+
- Follow the additional prerequisites for provisioning Intel® Data Center GPU:
10+
- Configure Machine Configuration (MCO) for Intel Data Center GPU. Follow steps [here](/machine_configuration/README.md#machine-configuration-for-intel®-data-center-gpu).
11+
- Setup out of tree drivers for Intel Data Center GPU provisioning. Follow the steps listed [here](/kmmo/README.md).
12+
- Follow the additional prerequisites for provisioning Intel® QuickAssist Technology:
13+
- Configure MCO for provisioning Intel QAT. Follow steps [here](/machine_configuration/README.md#machine-configuration-for-provisioning-intel-qat).
1114

1215
# Install Intel Device Plugins Operator on Red Hat OpenShift
1316
## Installation via web console
@@ -32,6 +35,16 @@ $ oc get pod | grep inteldeviceplugins-controller-manager
3235
inteldeviceplugins-controller-manager-6b8c76c867-hftqm 2/2 Running 0 17m
3336
```
3437

38+
# Resources Provided by Intel Device Plugins
39+
The resources are the user interface for customers to claim and consume the hardware features provided by Intel Device Plugins from the user pods. See below table for the details:
40+
41+
| Feature | Resources | Description | Usage |
42+
| ------- | --------- | ----------- | ----- |
43+
| Intel SGX | `sgx.intel.com/epc` | Intel SGX EPC memory for user pod to claim | [Link](https://github.com/intel/intel-technology-enabling-for-openshift/blob/64a6c86f3be25459c14ea988e892f9f5d873a8ca/tests/l2/sgx/sgx_job.yaml#L21) |
44+
| Intel Data Center GPU Flex Series | `gpu.intel.com/i915 ` | Intel Data Center GPU Card for user pod to claim | [Link](https://github.com/intel/intel-technology-enabling-for-openshift/blob/main/device_plugins/deploy_gpu.md#using-intel-data-center-gpu-resource-exclusively) |
45+
| Intel QAT | `qat.intel.com/cy` </br> `qat.intel.com/dc` | `cy`: Intel QAT VFIO Virtual Function device configured for cryptography for user pod to claim </br> `dc`: Intel QAT VFIO Virtual Function device configured for cryptography for user pod to claim | [Link](https://github.com/intel/intel-technology-enabling-for-openshift/blob/main/tests/l2/qat/qatlib_job.yaml#L24) </br> [Link](https://github.com/intel/intel-technology-enabling-for-openshift/blob/main/tests/l2/qat/qatlib_job.yaml#L28) |
46+
47+
3548
# Creating Intel Device Plugin custom resource (CR)
3649
- To create an Intel SGX device plugin CR, follow this [link](/device_plugins/deploy_sgx.md).
3750
- To create an Intel GPU device plugin CR, follow this [link](/device_plugins/deploy_gpu.md).

0 commit comments

Comments
 (0)