Add support for kernel 6.10.

Resolves: RHEL-24810
Signed-off-by: Mohammad Heib <mheib@redhat.com>
This commit is contained in:
Mohammad Heib 2025-01-06 15:21:18 +02:00
parent fa3f616f91
commit 795b55d53b
2 changed files with 2137 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2,13 +2,14 @@
Name: libvma
Version: 9.8.60
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A library for boosting TCP and UDP traffic (over RDMA hardware)
License: GPLv2 or BSD
Url: https://github.com/Mellanox/libvma
Source0: https://github.com/Mellanox/libvma/archive/%{version}/%{name}-%{version}.tar.gz
Patch0: 0001-Fix-build-failure.patch
Patch1: 0001-Issue-4223310-VMA-support-for-kernel-6.10.patch
# libvma currently supports only the following architectures
ExclusiveArch: x86_64 ppc64le ppc64 aarch64
@ -100,6 +101,10 @@ rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/init.d/vma
%{_mandir}/man8/vma_stats.*
%changelog
* Mon Jan 06 2025 Mohammad Heib <mheib@redhat.com> - 9.8.60-2
- Add support for kernel 6.10.
Resolves: RHEL-24810
* Wed Nov 20 2024 Mohammad Heib <mheib@redhat.com> - 9.8.60-1
- Update to upstream release 9.8.60.
Resolves: RHEL-24810