test/vm_setup: Update QAT driver version
Update QAT link to latest version. Previous version does not compile on kernels 5.5+ and gcc 9. Signed-off-by: Maciej Wawryk <maciejx.wawryk@intel.com> Change-Id: I115f6ead9ccc40a08774a1508b19a8ac7572845e Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/1476 Reviewed-by: Karol Latecki <karol.latecki@intel.com> Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
This commit is contained in:
parent
cdbcc4634e
commit
38fb0e01f7
@ -403,7 +403,7 @@ cd ~
|
||||
: ${GIT_REPO_LIBISCSI=https://github.com/sahlberg/libiscsi}; export GIT_REPO_LIBISCSI
|
||||
: ${GIT_REPO_SPDK_NVME_CLI=https://github.com/spdk/nvme-cli}; export GIT_REPO_SPDK_NVME_CLI
|
||||
: ${GIT_REPO_INTEL_IPSEC_MB=https://github.com/spdk/intel-ipsec-mb.git}; export GIT_REPO_INTEL_IPSEC_MB
|
||||
: ${DRIVER_LOCATION_QAT=https://01.org/sites/default/files/downloads//qat1.7.l.4.6.0-00025.tar.gz}; export DRIVER_LOCATION_QAT
|
||||
: ${DRIVER_LOCATION_QAT=https://01.org/sites/default/files/downloads//qat1.7.l.4.9.0-00008.tar.gz}; export DRIVER_LOCATION_QAT
|
||||
: ${GIT_REPO_OCF=https://github.com/Open-CAS/ocf}; export GIT_REPO_OCF
|
||||
|
||||
jobs=$(($(nproc)*2))
|
||||
|
Loading…
Reference in New Issue
Block a user