From 12bd4ad8dd70818daf430d5a4ea4958a64d65114 Mon Sep 17 00:00:00 2001 From: Rob VDM <29644465+rvdm82@users.noreply.github.com> Date: Thu, 10 Nov 2022 09:08:44 +0100 Subject: [PATCH] Add MLX5 support to OVA build (#2214) This adds MLX5 (ConnectX 4) NIC support to the OVA build, which allows this NIC to be used as a VF with SR-IOV NICs in a VM. --- buildroot-external/board/pc/ova/kernel.config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/buildroot-external/board/pc/ova/kernel.config b/buildroot-external/board/pc/ova/kernel.config index e6139c841..69358e38a 100644 --- a/buildroot-external/board/pc/ova/kernel.config +++ b/buildroot-external/board/pc/ova/kernel.config @@ -99,3 +99,5 @@ CONFIG_FB_HYPERV=y CONFIG_IGBVF=m CONFIG_IXGBEVF=m CONFIG_I40EVF=m +CONFIG_MLX5_CORE=m +CONFIG_MLX5_CORE_EN=y