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)