From f060614249413d95798aad3a92c7894ccce6224f Mon Sep 17 00:00:00 2001 From: Michal Berger Date: Mon, 27 Mar 2023 13:13:43 +0200 Subject: [PATCH] pkgdep/git: Update QAT driver to the latest release Needed for the recent changes in the 6.2 kernel. Change-Id: I1788b11712dc581520ddcc5382894652be3a5576 Signed-off-by: Michal Berger Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/17336 Reviewed-by: Konrad Sztyber Reviewed-by: Pawel Piatek Reviewed-by: Jim Harris Reviewed-by: Kamil Godzwon Tested-by: SPDK CI Jenkins --- test/common/config/pkgdep/git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/common/config/pkgdep/git b/test/common/config/pkgdep/git index e348e0959..c2e13bd67 100644 --- a/test/common/config/pkgdep/git +++ b/test/common/config/pkgdep/git @@ -438,7 +438,7 @@ export GIT_REPO_QEMU export GIT_REPO_QEMU_VFIO : ${GIT_REPO_LIBISCSI=https://github.com/sahlberg/libiscsi} export GIT_REPO_LIBISCSI -: ${DRIVER_LOCATION_QAT=https://downloadmirror.intel.com/761891/QAT.L.4.20.0-00001.tar.gz} +: ${DRIVER_LOCATION_QAT=https://downloadmirror.intel.com/773821/QAT.L.4.21.0-00001.tar.gz} export DRIVER_LOCATION_QAT : ${GIT_REPO_GIT=https://github.com/git/git/archive/v${GIT_VERSION}.tar.gz} export GIT_REPO_GIT