SHA256
1
0
forked from pool/libvma

Accepting request 568833 from science:HPC

OBS-URL: https://build.opensuse.org/request/show/568833
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvma?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2018-01-24 14:32:22 +00:00 committed by Git OBS Bridge
commit 927812fa1d
6 changed files with 57 additions and 16 deletions

View File

@ -6,7 +6,7 @@
<param name="exclude">.git</param>
<param name="filename">libvma</param>
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@.%h</param>
<param name="revision">49d23eac8118eaaf06c0734d51d34fa96f8c3038</param>
<param name="revision">0ab7df63dbeb872e7ccc11bf89d71db8f8368064</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">libvma*.tar</param>

View File

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

View File

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

View File

@ -1,3 +1,42 @@
-------------------------------------------------------------------
Wed Jan 24 08:23:57 UTC 2018 - nmoreychaisemartin@suse.com
- Update to version 8.4.11
- Added:
- RM #1214451 Add systemd support for daemon
- RM #1214453 Improve selection of filesystem monitor method
- RM #1207424 Send quickack depending on the payload size
- RM #1179641 Add MTU find logic to ring
- RM #1190606 VMA stats - Remove timewait interval in last cycle
- RM #1179641 Override MTU from route over interface MTU
- RM #1179641 Add parsing route table metrics
- RM #1190054 Rename VMA_SPEC parameter 6973 to 7750
- RM #1176937 Add VMA_TCP_QUICKACK environment variable
- RM #1176937 Add TCP_QUICKACK option support
- RM #1176937 Add delayed ack control into LWIP
- RM #1151606 Modify valgrind suppression file
- RM #1182826 Check if the module parameters exists
- RM #847360 Add Coverity badge to README.md
- RM #1172255 Disable parser warning coverity checker
- Fixed:
- RM #1247358 Fix crash when VMA could not resolve neighbor
- RM #1258245 Fix SYN messages are sent to invalid peer
- RM #1250147 Reorder netlink event registration at startup
- RM #1214453 Fix daemon for powerpc
- RM #1214453 Fix issue in inotify processing
- RM #1222660 Correct warning check for flow steering
- RM #1192017 Fix ibv_destroy_cq() failure while VMA_TCP_3T_RULES=1
- RM #1213984 Use dst_enty to find the route MTU
- RM #1175479 Inherit missing properties from the parent
- RM #1175657 Fix ring statistics are not updated was flowtag is enabled
- RM #1201040 Fix VMA_BUFFER_BATCHING_MODE is ignored while set from spec
- RM #1182981 Fix TCP zero-window probe message sequence number
- RM #1181379 Fix TCP zero window probe when there is data in-flight
- RM #1185978 Fix compilation for --enable-opt-log=high
- RM #1164732 Fix possible deadlock during connect
- RM #1185372 Fix traffic is not offloaded for high VMA_RX_WRE values
- Update vma.service to match upstream
-------------------------------------------------------------------
Tue Nov 14 13:40:52 UTC 2017 - nmoreychaisemartin@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package libvma
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,29 +17,28 @@
#
%define git_ver .0.49d23ea
%define git_ver .0.0ab7df63dbeb
%define lib_major 8
Name: libvma
Summary: A library for boosting TCP and UDP traffic (over RDMA hardware)
License: GPL-2.0 or BSD-2-Clause
Group: Development/Libraries/C and C++
Version: 8.4.8
Version: 8.4.11
Release: 0
Source0: %{name}-%{version}%{git_ver}.tar.gz
Source1: vma.service
Url: https://github.com/Mellanox/libvma
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool
BuildRequires: pkg-config
BuildRequires: libibverbs-devel
BuildRequires: librdmacm-devel
BuildRequires: pkgconfig(libnl-3.0)
BuildRequires: gcc
BuildRequires: gcc-c++
BuildRequires: libibverbs-devel
BuildRequires: librdmacm-devel
BuildRequires: libtool
BuildRequires: pkg-config
BuildRequires: systemd-rpm-macros
BuildRequires: pkgconfig(libnl-3.0)
Requires: libvma%{lib_major} = %{version}
ExclusiveArch: x86_64 aarch64 ppc64le
@ -81,6 +80,7 @@ make %{?_smp_mflags} V=1
make DESTDIR=%{buildroot} install
rm -f %{buildroot}%{_libdir}/*.la
rm -f %{buildroot}/etc/init.d/vma
rm -f %{buildroot}/etc/systemd/system/vma.service
install -D -m 755 tests/vma_perf_envelope/vma_perf_envelope.sh %{buildroot}/%{_datadir}/%{name}/vma_perf_envelope.sh
install -m 644 src/vma/vma_extra.h %{buildroot}/%{_includedir}/mellanox/vma_extra.h
@ -94,7 +94,6 @@ for service in vma; do ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rc${se
%post -n libvma%{lib_major} -p /sbin/ldconfig
%postun -n libvma%{lib_major} -p /sbin/ldconfig
%pre
%service_add_pre vma.service

View File

@ -9,7 +9,10 @@ After=rdma-load-modules@rdma.service
After=rdma-hw.target
[Service]
Type=notify
Restart=always
Type=simple
Restart=on-failure
ExecStart=/usr/sbin/vmad
[Install]
WantedBy=multi-user.target