Enable mlx5 driver on ARM

Add net/mlx5 and its dependencies to the drivers list for ARM.

Resolves: RHEL-109612
Signed-off-by: David Marchand <david.marchand@redhat.com>
This commit is contained in:
David Marchand 2025-06-10 11:54:38 +02:00
parent a31d63b551
commit 06e2a8cbfc

View File

@ -66,7 +66,7 @@ BuildRequires: python3-pyelftools
%endif
BuildRequires: gcc, zlib-devel, numactl-devel, libarchive-devel
BuildRequires: doxygen, python3-sphinx
%ifarch x86_64
%ifarch aarch64 x86_64
BuildRequires: rdma-core-devel >= 44
%endif
@ -149,10 +149,8 @@ ENABLED_DRIVERS=(
%ifarch x86_64
ENABLED_DRIVERS+=(
baseband/acc
bus/auxiliary
bus/vmbus
common/iavf
common/mlx5
common/nfp
net/bnxt
net/ena
@ -160,7 +158,6 @@ ENABLED_DRIVERS+=(
net/iavf
net/ice
net/mana
net/mlx5
net/netvsc
net/nfp
net/qede
@ -170,8 +167,11 @@ ENABLED_DRIVERS+=(
%ifarch aarch64 x86_64
ENABLED_DRIVERS+=(
bus/auxiliary
common/mlx5
net/e1000
net/ixgbe
net/mlx5
)
%endif