From 3f46cdbd490c1bfba1cb1888440326b60942df2c Mon Sep 17 00:00:00 2001 From: Tomasz Szumski Date: Fri, 7 Feb 2025 09:41:00 +0000 Subject: [PATCH] Remove unnecessary iavf driver installation --- scripts/common.sh | 1 - scripts/setup_ice_irdma.sh | 7 ------- versions.env | 1 - 3 files changed, 9 deletions(-) diff --git a/scripts/common.sh b/scripts/common.sh index ce0811f6..bd542731 100755 --- a/scripts/common.sh +++ b/scripts/common.sh @@ -27,7 +27,6 @@ export JSONC_DIR="${BUILD_DIR}/json-c" export NASM_DIR="${BUILD_DIR}/nasm" export ICE_DIR="${DRIVERS_DIR}/ice/${ICE_VER}" -export IAVF_DIR="${DRIVERS_DIR}/iavf/${IAVF_VER}" export IRDMA_DIR="${DRIVERS_DIR}/irdma/${IRDMA_VER}" PM="${PM:-apt-get}" diff --git a/scripts/setup_ice_irdma.sh b/scripts/setup_ice_irdma.sh index 65a92c30..505be046 100755 --- a/scripts/setup_ice_irdma.sh +++ b/scripts/setup_ice_irdma.sh @@ -71,7 +71,6 @@ function get_and_patch_intel_drivers() fi IRDMA_REPO="$(get_irdma_driver_tgz)" wget_download_strip_unpack "${IRDMA_REPO}" "${IRDMA_DIR}" && \ - git_download_strip_unpack "intel/ethernet-linux-iavf" "refs/tags/v${IAVF_VER}" "${IAVF_DIR}" && \ git_download_strip_unpack "intel/ethernet-linux-ice" "refs/tags/v${ICE_VER}" "${ICE_DIR}" pushd "${ICE_DIR}" && \ @@ -93,12 +92,6 @@ function build_install_and_config_intel_drivers() as_root modprobe ice log_success "Intel ICE: Drivers finished install process." - log_info "Intel IAVF: Driver starting the build and install workflow." - if ! as_root make "-j${NPROC}" -C "${IAVF_DIR}/src" install; then - log_error "Intel IAVF: Failed to build and install drivers" - exit 6 - fi - log_success "Intel IAVF: Drivers finished install process." return 0 } diff --git a/versions.env b/versions.env index f99a07b3..931c5b4b 100644 --- a/versions.env +++ b/versions.env @@ -1,7 +1,6 @@ BPF_VER=42065ea6627ff6e1ab4c65e51042a70fbf30ff7c DPDK_VER=23.11 GPRC_VER=v1.68.2 -IAVF_VER=4.12.5 ICE_VER=1.14.9 ICE_DMID=822519 IRDMA_VER=1.16.10