From 2f02c1d1a374f321e5b1d3f7d1138b0f46b5c98a2ca01ffbb679369ba34e8b98 Mon Sep 17 00:00:00 2001 From: Nicolas Morey-Chaisemartin Date: Wed, 24 Jan 2018 09:27:20 +0000 Subject: [PATCH] Accepting request 568832 from home:NMoreyChaisemartin:branches:science:HPC - 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 OBS-URL: https://build.opensuse.org/request/show/568832 OBS-URL: https://build.opensuse.org/package/show/science:HPC/libvma?expand=0&rev=6 --- _service | 2 +- libvma-8.4.11.0.0ab7df63dbeb.tar.gz | 3 +++ libvma-8.4.8.0.49d23ea.tar.gz | 3 --- libvma.changes | 39 +++++++++++++++++++++++++++++ libvma.spec | 19 +++++++------- vma.service | 7 ++++-- 6 files changed, 57 insertions(+), 16 deletions(-) create mode 100644 libvma-8.4.11.0.0ab7df63dbeb.tar.gz delete mode 100644 libvma-8.4.8.0.49d23ea.tar.gz diff --git a/_service b/_service index 182d863..59d7d19 100644 --- a/_service +++ b/_service @@ -6,7 +6,7 @@ .git libvma @PARENT_TAG@.@TAG_OFFSET@.%h - 49d23eac8118eaaf06c0734d51d34fa96f8c3038 + 0ab7df63dbeb872e7ccc11bf89d71db8f8368064 libvma*.tar diff --git a/libvma-8.4.11.0.0ab7df63dbeb.tar.gz b/libvma-8.4.11.0.0ab7df63dbeb.tar.gz new file mode 100644 index 0000000..b9e7032 --- /dev/null +++ b/libvma-8.4.11.0.0ab7df63dbeb.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd459fa91d2761c0d8000f0d87aba2eb2a270e6a7d9cfa6c295ce2dce4863694 +size 1058097 diff --git a/libvma-8.4.8.0.49d23ea.tar.gz b/libvma-8.4.8.0.49d23ea.tar.gz deleted file mode 100644 index e2ef1e3..0000000 --- a/libvma-8.4.8.0.49d23ea.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:127ffcb53b2323b5be01fa27053cb62a652fe749ca62673798c5bd42ac0c11ce -size 1051097 diff --git a/libvma.changes b/libvma.changes index 2aad39b..96369cc 100644 --- a/libvma.changes +++ b/libvma.changes @@ -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 diff --git a/libvma.spec b/libvma.spec index 98c7b0d..270b107 100644 --- a/libvma.spec +++ b/libvma.spec @@ -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 diff --git a/vma.service b/vma.service index 797d2d1..a2c83c8 100644 --- a/vma.service +++ b/vma.service @@ -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 +