From 06e2a8cbfcfdd9818dff6e5580e80ac4a24f5e7a Mon Sep 17 00:00:00 2001 From: David Marchand Date: Tue, 10 Jun 2025 11:54:38 +0200 Subject: [PATCH] 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 --- dpdk.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dpdk.spec b/dpdk.spec index 4f6ead2..44d5d65 100644 --- a/dpdk.spec +++ b/dpdk.spec @@ -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