mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
qat: minor doc updates
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
This commit is contained in:
parent
dfc8918a69
commit
06701ab03c
@ -238,7 +238,7 @@ The summary of resources available via plugins in this repository is given in th
|
|||||||
* [intelgpu-job.yaml](demo/intelgpu-job.yaml)
|
* [intelgpu-job.yaml](demo/intelgpu-job.yaml)
|
||||||
* `iaa.intel.com` : `wq-user-[shared or dedicated]`
|
* `iaa.intel.com` : `wq-user-[shared or dedicated]`
|
||||||
* [iaa-qpl-demo-pod.yaml](demo/iaa-qpl-demo-pod.yaml)
|
* [iaa-qpl-demo-pod.yaml](demo/iaa-qpl-demo-pod.yaml)
|
||||||
* `qat.intel.com` : `generic` or `cy`/`dc`/`sym`/`asym`
|
* `qat.intel.com` : `generic` or `cy`/`dc`
|
||||||
* [crypto-perf-dpdk-pod-requesting-qat.yaml](deployments/qat_dpdk_app/base/crypto-perf-dpdk-pod-requesting-qat.yaml)
|
* [crypto-perf-dpdk-pod-requesting-qat.yaml](deployments/qat_dpdk_app/base/crypto-perf-dpdk-pod-requesting-qat.yaml)
|
||||||
* `sgx.intel.com` : `epc`
|
* `sgx.intel.com` : `epc`
|
||||||
* [intelsgx-job.yaml](deployments/sgx_enclave_apps/base/intelsgx-job.yaml)
|
* [intelsgx-job.yaml](deployments/sgx_enclave_apps/base/intelsgx-job.yaml)
|
||||||
|
@ -55,7 +55,8 @@ For more details on the `-dpdk-driver` choice, see
|
|||||||
[DPDK Linux Driver Guide](http://dpdk.org/doc/guides/linux_gsg/linux_drivers.html).
|
[DPDK Linux Driver Guide](http://dpdk.org/doc/guides/linux_gsg/linux_drivers.html).
|
||||||
|
|
||||||
> **Note:**: With Linux 5.9+ kernels the `vfio-pci` module must be loaded with
|
> **Note:**: With Linux 5.9+ kernels the `vfio-pci` module must be loaded with
|
||||||
> `disable_denylist=1` parameter for the QAT device plugin to work correctly.
|
> `disable_denylist=1` parameter for the QAT device plugin to work correctly with
|
||||||
|
> devices prior to Gen4 (`4xxx`).
|
||||||
|
|
||||||
For more details on the available options to the `-kernel-vf-drivers` option, see the list of
|
For more details on the available options to the `-kernel-vf-drivers` option, see the list of
|
||||||
vf drivers available in the [Linux Kernel](https://github.com/torvalds/linux/tree/master/drivers/crypto/qat).
|
vf drivers available in the [Linux Kernel](https://github.com/torvalds/linux/tree/master/drivers/crypto/qat).
|
||||||
|
Loading…
Reference in New Issue
Block a user