From a85c7fdc3d005600ba9f47296b385235c436e453 Mon Sep 17 00:00:00 2001 From: David Marchand Date: Wed, 28 Feb 2024 16:39:45 +0100 Subject: [PATCH] Enable net/ena and net/mana net/ena requires the timer library. net/mana requires rdma-core 44. Resolves: RHEL-23843 Signed-off-by: David Marchand --- dpdk.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/dpdk.spec b/dpdk.spec index 35dba2e..65530fa 100644 --- a/dpdk.spec +++ b/dpdk.spec @@ -9,7 +9,7 @@ #% define shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %define ver 24.11.1 -%define rel 1 +%define rel 2 %define srcname dpdk%(awk -F. '{ if (NF > 2) print "-stable" }' <<<%{version}) @@ -65,7 +65,7 @@ BuildRequires: python3-pyelftools BuildRequires: gcc, zlib-devel, numactl-devel, libarchive-devel BuildRequires: doxygen, python3-sphinx %ifarch x86_64 -BuildRequires: rdma-core-devel >= 15 +BuildRequires: rdma-core-devel >= 44 %endif %description @@ -153,9 +153,11 @@ ENABLED_DRIVERS+=( common/mlx5 common/nfp net/bnxt + net/ena net/enic net/iavf net/ice + net/mana net/mlx5 net/netvsc net/nfp @@ -196,6 +198,7 @@ ENABLED_LIBS=( pdump security stack + timer vhost ) @@ -285,6 +288,9 @@ find %{buildroot}%{_datadir}/man/ -type f -a ! -iname "*rte_*" -exec rm {} \; %endif %changelog +* Mon Jan 13 2025 David Marchand - 24.11.1-2 +- Enable net/ena and net/mana drivers (RHEL-23843) + * Wed Dec 18 2024 David Marchand - 24.11.1-1 - Rebase to 24.11.1 (RHEL-71133)