From f40b0b16291761da27693f2841ea6f516dae2f9f Mon Sep 17 00:00:00 2001 From: Michal Berger Date: Tue, 23 Mar 2021 13:42:53 +0100 Subject: [PATCH] pgkdep/git: Upgrade ice driver to 1.4.11 The old 1.2.1 version doesn't compile against latest 5.11.x kernels (e.g. due to recent changes in include/net/xdp.h) so upgrade to the latest compatible release. Also, move the url to sourceforge since ice is released more often there under e1000 project. Signed-off-by: Michal Berger Change-Id: I08b7beae922addeb877fe321679151b02bd253db Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/7011 Reviewed-by: Karol Latecki Reviewed-by: Jim Harris Reviewed-by: Tomasz Zawadzki Tested-by: SPDK CI Jenkins Community-CI: Mellanox Build Bot --- test/common/config/pkgdep/git | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/common/config/pkgdep/git b/test/common/config/pkgdep/git index 993418b26..2b9a063b0 100644 --- a/test/common/config/pkgdep/git +++ b/test/common/config/pkgdep/git @@ -545,7 +545,7 @@ function install_sources() { GIT_VERSION=2.25.1 IRDMA_VERSION=1.2.21 -ICE_VERSION=1.2.1 +ICE_VERSION=1.4.11 : ${GIT_REPO_SPDK=https://github.com/spdk/spdk.git} export GIT_REPO_SPDK : ${GIT_REPO_DPDK=https://github.com/spdk/dpdk.git} @@ -572,7 +572,7 @@ export GIT_REPO_GIT export GIT_REPO_DPDK_KMODS : ${IRDMA_DRIVER=https://downloadmirror.intel.com/30238/eng/irdma-$IRDMA_VERSION.tgz} export IRDMA_DRIVER -: ${ICE_DRIVER=https://downloadmirror.intel.com/30234/eng/ice-$ICE_VERSION.tar.gz} +: ${ICE_DRIVER="https://sourceforge.net/projects/e1000/files/ice stable/$ICE_VERSION/ice-$ICE_VERSION.tar.gz"} export ICE_DRIVER GIT_REPOS=${GIT_REPOS:-$HOME}