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 <michalx.berger@intel.com>
Change-Id: I08b7beae922addeb877fe321679151b02bd253db
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/7011
Reviewed-by: Karol Latecki <karol.latecki@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Community-CI: Mellanox Build Bot
This commit is contained in:
Michal Berger 2021-03-23 13:42:53 +01:00 committed by Tomasz Zawadzki
parent 0f8bff29f8
commit f40b0b1629

View File

@ -545,7 +545,7 @@ function install_sources() {
GIT_VERSION=2.25.1 GIT_VERSION=2.25.1
IRDMA_VERSION=1.2.21 IRDMA_VERSION=1.2.21
ICE_VERSION=1.2.1 ICE_VERSION=1.4.11
: ${GIT_REPO_SPDK=https://github.com/spdk/spdk.git} : ${GIT_REPO_SPDK=https://github.com/spdk/spdk.git}
export GIT_REPO_SPDK export GIT_REPO_SPDK
: ${GIT_REPO_DPDK=https://github.com/spdk/dpdk.git} : ${GIT_REPO_DPDK=https://github.com/spdk/dpdk.git}
@ -572,7 +572,7 @@ export GIT_REPO_GIT
export GIT_REPO_DPDK_KMODS export GIT_REPO_DPDK_KMODS
: ${IRDMA_DRIVER=https://downloadmirror.intel.com/30238/eng/irdma-$IRDMA_VERSION.tgz} : ${IRDMA_DRIVER=https://downloadmirror.intel.com/30238/eng/irdma-$IRDMA_VERSION.tgz}
export IRDMA_DRIVER 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 export ICE_DRIVER
GIT_REPOS=${GIT_REPOS:-$HOME} GIT_REPOS=${GIT_REPOS:-$HOME}