From 06701ab03c392480c678329aad6b13dff185213c Mon Sep 17 00:00:00 2001 From: Mikko Ylinen Date: Thu, 8 Dec 2022 12:17:23 +0200 Subject: [PATCH] qat: minor doc updates Signed-off-by: Mikko Ylinen --- README.md | 2 +- cmd/qat_plugin/README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b906f98e..12b51513 100644 --- a/README.md +++ b/README.md @@ -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) * `iaa.intel.com` : `wq-user-[shared or dedicated]` * [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) * `sgx.intel.com` : `epc` * [intelsgx-job.yaml](deployments/sgx_enclave_apps/base/intelsgx-job.yaml) diff --git a/cmd/qat_plugin/README.md b/cmd/qat_plugin/README.md index 9c546f78..8967bdd6 100644 --- a/cmd/qat_plugin/README.md +++ b/cmd/qat_plugin/README.md @@ -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). > **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 vf drivers available in the [Linux Kernel](https://github.com/torvalds/linux/tree/master/drivers/crypto/qat).