From a90a6d28dcaaddb1a3b235c43311c49f3dbc44a3 Mon Sep 17 00:00:00 2001 From: Jiping Ma Date: Wed, 17 Apr 2024 10:07:10 -0400 Subject: [PATCH] re-enable mlnx-ofa_kernel This commit re-enables mlnx-ofa_kernel OOT drivers in initramfs. Verification: - Build iso success. - Install onto a StarlingX system with All-in-One lab with network adapters Mellanox's OFED. The network adapters of controllers are Mellanox Technologies MT27800 Family [ConnectX-5]. - The physical function interfaces are up and pass packets for rt and std. - create vfs, ensure that the interface can come up and pass packets. - RDMA/Infiniband over Ethernet functionalities of the Mellanox adapters were successfully tested using the Linux RDMA community's perftest package. Story: 2011056 Task: 49876 Depends-On: https://review.opendev.org/c/starlingx/kernel/+/916963 Change-Id: Ia2b3b7fef9f3eda9355625c3cc226b81c03c7244 Signed-off-by: Jiping Ma --- .../config/debian/common/base-initramfs-bullseye.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian-mirror-tools/config/debian/common/base-initramfs-bullseye.yaml b/debian-mirror-tools/config/debian/common/base-initramfs-bullseye.yaml index 08f8d6ec..27292715 100644 --- a/debian-mirror-tools/config/debian/common/base-initramfs-bullseye.yaml +++ b/debian-mirror-tools/config/debian/common/base-initramfs-bullseye.yaml @@ -57,6 +57,8 @@ packages: - linux-image-stx-amd64 - linux-rt-image-stx-amd64 - mdadm +- mlnx-ofed-kernel-modules +- mlnx-ofed-kernel-modules-rt - mount - mttyexec - multipath-config