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 <david.marchand@redhat.com>
This commit is contained in:
parent
ad6fae4fa5
commit
a85c7fdc3d
10
dpdk.spec
10
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 <david.marchand@redhat.com> - 24.11.1-2
|
||||
- Enable net/ena and net/mana drivers (RHEL-23843)
|
||||
|
||||
* Wed Dec 18 2024 David Marchand <david.marchand@redhat.com> - 24.11.1-1
|
||||
- Rebase to 24.11.1 (RHEL-71133)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user