Compare commits
7 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 74739a516b | |||
| 5aea528de1 | |||
| d9dee0f46a | |||
| 95fa5cc3ce | |||
| eaa90d2041 | |||
| fa0d711e48 | |||
| 95951ac93e |
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
## Build Results
|
||||
|
||||
Current state of libvma in openSUSE:Factory is
|
||||
|
||||

|
||||
|
||||
The current state of libvma in the devel project build (science:HPC)
|
||||
|
||||

|
||||
|
||||
|
||||
6
_service
6
_service
@@ -1,14 +1,14 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<service name="tar_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/Mellanox/libvma.git</param>
|
||||
<param name="package-meta">no</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="filename">libvma</param>
|
||||
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@.%h</param>
|
||||
<param name="revision">ae7f37cbdd4fae4b56fb5523bab8fbdb7dbc4177</param>
|
||||
<param name="revision">0dc96e02cd226587c26767fe0350bda3f52f95b2</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<service name="recompress" mode="manual">
|
||||
<param name="file">libvma*.tar</param>
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
|
||||
@@ -1,7 +1,13 @@
|
||||
Index: libvma-9.3.1.0.47396f1a5eaa/contrib/scripts/vma.service.in
|
||||
===================================================================
|
||||
--- libvma-9.3.1.0.47396f1a5eaa.orig/contrib/scripts/vma.service.in
|
||||
+++ libvma-9.3.1.0.47396f1a5eaa/contrib/scripts/vma.service.in
|
||||
commit efdb35ba76077c15054efa3c170c13ce303f284d
|
||||
Author: Nicolas Morey <nmorey@suse.com>
|
||||
Date: Thu Sep 5 14:40:33 2024 +0200
|
||||
|
||||
harden vma.service
|
||||
|
||||
diff --git contrib/scripts/vma.service.in contrib/scripts/vma.service.in
|
||||
index e6f5a25b7e00..86d40487ab24 100644
|
||||
--- contrib/scripts/vma.service.in
|
||||
+++ contrib/scripts/vma.service.in
|
||||
@@ -3,6 +3,19 @@ Description=VMA Daemon
|
||||
After=network.target
|
||||
|
||||
|
||||
Binary file not shown.
3
libvma-9.8.80.0.0dc96e02.tar.gz
Normal file
3
libvma-9.8.80.0.0dc96e02.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e789ec14144717855e131f452256a2f8cbcf94ab862669f6c609c120130ea752
|
||||
size 1122318
|
||||
@@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 8 10:52:02 UTC 2025 - Nicolas Morey <nicolas.morey@suse.com>
|
||||
|
||||
- Update to v9.8.80
|
||||
- RM #4607536 Improve VMA stability
|
||||
- RM #4446285 Replace linux list with BSD list
|
||||
- RM #4337575 Init VMA in vma_thread_offload()
|
||||
- RM #4260620 infinite loop latency spec
|
||||
- RM #4251780 SocketXtreme API for external allocator
|
||||
- RM #4223310 VMA support for kernel 6.10
|
||||
- RM #4233101 header licensing for 2025
|
||||
- Drop Fix-compilation-with-GCC-14.patch as it was fixed upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 4 16:18:15 UTC 2024 - Nicolas Morey <nicolas.morey@suse.com>
|
||||
|
||||
- Update to v9.8.60 (jsc#PED-11338 jsc#PED-11339)
|
||||
- RM #3749337 Fix TCP keepAlive timer when set to -1
|
||||
- RM #3749310 Fix delayed TCP keepAlive probes
|
||||
- RM #3604029 Fix releasing ring flow
|
||||
- RM #3623373 Fix corruption during ring release
|
||||
- RM #3655436 Add full TCP_KEEPALIVE support
|
||||
- RM #3697720 Fixing socket destruction race
|
||||
- RM #1214066 Update some unsigned char -> uint32_t for table_id
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 5 12:43:04 UTC 2024 - Nicolas Morey <nicolas.morey@suse.com>
|
||||
|
||||
- Backport upstream patch to fix compilation GCC >= 14
|
||||
- Fix-compilation-with-GCC-14.patch
|
||||
- Refresh harden_vma.service.patch to use patch -p0 format
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 1 10:22:45 UTC 2024 - pgajdos@suse.com
|
||||
|
||||
|
||||
11
libvma.spec
11
libvma.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libvma
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,18 +17,19 @@
|
||||
|
||||
|
||||
#
|
||||
%define git_ver .0.ae7f37cbdd4f
|
||||
%define git_ver .0.0dc96e02
|
||||
%define lib_major 9
|
||||
|
||||
Name: libvma
|
||||
Summary: A library for boosting TCP and UDP traffic (over RDMA hardware)
|
||||
License: BSD-2-Clause OR GPL-2.0-only
|
||||
Group: Development/Libraries/C and C++
|
||||
Version: 9.8.40
|
||||
Version: 9.8.80
|
||||
Release: 0
|
||||
Source0: %{name}-%{version}%{git_ver}.tar.gz
|
||||
Source1: vma.service
|
||||
Patch3: harden_vma.service.patch
|
||||
Source100: README.md
|
||||
Patch1: harden_vma.service.patch
|
||||
URL: https://github.com/Mellanox/libvma
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
@@ -70,7 +71,7 @@ Requires: libvma%{lib_major} = %{version}
|
||||
Headers and symbolink link required to compile and link with the Libvma library.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n %{name}-%{version}%{git_ver}
|
||||
%autosetup -p0 -n %{name}-%{version}%{git_ver}
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
|
||||
Reference in New Issue
Block a user