7 Commits

Author SHA256 Message Date
74739a516b Add Gitea build results 2025-10-27 17:35:25 +01:00
5aea528de1 Accepting request 1303664 from science:HPC
OBS-URL: https://build.opensuse.org/request/show/1303664
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvma?expand=0&rev=20
2025-09-10 18:22:55 +00:00
d9dee0f46a - 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.

OBS-URL: https://build.opensuse.org/package/show/science:HPC/libvma?expand=0&rev=39
2025-09-10 14:17:29 +00:00
95fa5cc3ce Accepting request 1221080 from science:HPC
OBS-URL: https://build.opensuse.org/request/show/1221080
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvma?expand=0&rev=19
2024-11-04 21:43:08 +00:00
eaa90d2041 Accepting request 1221044 from home:NMorey:branches:science:HPC
- 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

OBS-URL: https://build.opensuse.org/request/show/1221044
OBS-URL: https://build.opensuse.org/package/show/science:HPC/libvma?expand=0&rev=37
2024-11-04 17:10:43 +00:00
fa0d711e48 Accepting request 1198993 from science:HPC
OBS-URL: https://build.opensuse.org/request/show/1198993
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvma?expand=0&rev=18
2024-09-06 15:18:20 +00:00
95951ac93e Accepting request 1198986 from home:NMorey:branches:science:HPC
- Backport upstream patch to fix compilation GCC >= 14
  - Fix-compilation-with-GCC-14.patch
- Refresh harden_vma.service.patch to use patch -p0 format

OBS-URL: https://build.opensuse.org/request/show/1198986
OBS-URL: https://build.opensuse.org/package/show/science:HPC/libvma?expand=0&rev=35
2024-09-05 13:06:08 +00:00
7 changed files with 67 additions and 15 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of libvma in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/libvma/standard)
The current state of libvma in the devel project build (science:HPC)
![Devel project build results](https://br.opensuse.org/status/science:HPC/libvma)

View File

@@ -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>

View File

@@ -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.

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e789ec14144717855e131f452256a2f8cbcf94ab862669f6c609c120130ea752
size 1122318

View File

@@ -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

View File

@@ -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