qat: minor doc updates

Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
This commit is contained in:
Mikko Ylinen 2022-12-08 12:17:23 +02:00
parent dfc8918a69
commit 06701ab03c
2 changed files with 3 additions and 2 deletions

View File

@ -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)

View File

@ -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).