From 3dc67917d600e69d706424ec9375a7aa65c2c7ad Mon Sep 17 00:00:00 2001 From: Henry Li Date: Wed, 3 Jun 2026 15:40:19 -0700 Subject: [PATCH] feat: enable kernel 6.18 HWE on Azl 3.0 --- components/install_mofed.sh | 5 ----- versions.json | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/components/install_mofed.sh b/components/install_mofed.sh index 3769cc8aa..bf27a85b1 100755 --- a/components/install_mofed.sh +++ b/components/install_mofed.sh @@ -28,8 +28,6 @@ if [[ $DISTRIBUTION == "azurelinux3.0" ]]; then mft_kernel-hwe \ iser-hwe \ isert-hwe \ - knem \ - knem-hwe-modules \ mlnx-nfsrdma-hwe \ srp-hwe \ xpmem \ @@ -42,8 +40,6 @@ if [[ $DISTRIBUTION == "azurelinux3.0" ]]; then mft_kernel \ iser \ isert \ - knem \ - knem-modules \ mlnx-nfsrdma \ srp \ xpmem \ @@ -79,7 +75,6 @@ if [[ $DISTRIBUTION == "azurelinux3.0" ]]; then ucx-ib-mlx5 \ ucx-rdmacm \ ucx-static \ - ucx-knem \ ucx-xpmem \ libunwind \ libunwind-devel diff --git a/versions.json b/versions.json index beefbbb5b..b79ac241d 100644 --- a/versions.json +++ b/versions.json @@ -449,7 +449,7 @@ "azurelinux3.0": { "aarch64": { "imex": { - "version": "580.105.08" + "version": "580.159.04" } } }