From ecd13ec43d79462547bc3fd6e3096011605f1db2 Mon Sep 17 00:00:00 2001 From: Eric Adams Date: Wed, 23 Jun 2021 23:51:20 +0000 Subject: [PATCH] docs: Update QAT docs with newer driver version This updates the QAT docs to the latest driver version. Fixes: #2103 Signed-off-by: Eric Adams --- docs/use-cases/using-Intel-QAT-and-kata.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/use-cases/using-Intel-QAT-and-kata.md b/docs/use-cases/using-Intel-QAT-and-kata.md index 1d55364023..e8e8f274a7 100644 --- a/docs/use-cases/using-Intel-QAT-and-kata.md +++ b/docs/use-cases/using-Intel-QAT-and-kata.md @@ -74,7 +74,7 @@ Make sure to check [`01.org`](https://01.org/intel-quickassist-technology) for the latest driver. ```bash -$ export QAT_DRIVER_VER=qat1.7.l.4.12.0-00011.tar.gz +$ export QAT_DRIVER_VER=qat1.7.l.4.14.0-00031.tar.gz $ export QAT_DRIVER_URL=https://downloadmirror.intel.com/30178/eng/${QAT_DRIVER_VER} $ export QAT_CONF_LOCATION=~/QAT_conf $ export QAT_DOCKERFILE=https://raw.githubusercontent.com/intel/intel-device-plugins-for-kubernetes/master/demo/openssl-qat-engine/Dockerfile @@ -402,7 +402,7 @@ different hypervisor, different install method for Kata, or a different IntelĀ® QAT chipset then the command will need to be modified. > **Note: The following was tested with -[containerd v1.3.9](https://github.com/containerd/containerd/releases/tag/v1.3.9).** +[containerd v1.4.6](https://github.com/containerd/containerd/releases/tag/v1.4.6).** ```bash $ config_file="/opt/kata/share/defaults/kata-containers/configuration-qemu.toml"