Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libvma-devel-9.7.0-150500.1.3 RPM for aarch64

From OpenSuSE Leap 15.5 for aarch64

Name: libvma-devel Distribution: SUSE Linux Enterprise 15
Version: 9.7.0 Vendor: SUSE LLC <https://www.suse.com/>
Release: 150500.1.3 Build date: Wed May 3 18:13:56 2023
Group: Development/Libraries/C and C++ Build host: ibs-arm-5
Size: 26925 Source RPM: libvma-9.7.0-150500.1.3.src.rpm
Packager: https://www.suse.com/
Url: https://github.com/Mellanox/libvma
Summary: Header files and link required to develop with Libvma
Headers and symbolink link required to compile and link with the Libvma library.

Provides

Requires

License

BSD-2-Clause OR GPL-2.0-only

Changelog

* Fri Sep 30 2022 nmoreychaisemartin@suse.com
  - Update to v9.7.0 (jsc#PED-913)
    - Fixing the handling of null elements in iov tx vector
    - Updating coverity version to 2021.12
    - Fixing coverity 2021.12 findings
    - Fixing pcb resources leak for failed blocking connect
    - Fix no SYN rexmits for blocking connect
    - Fix blocking socket connect timer race
    - Use VMA_HANDLE_SIGINTR for signal() API
    - Fix segfault when IPoIB is used along with extra logging
    - Fix no traffic during disabled sriov (azure)
    - Update Copyright
    - Fix stats output logic
    - Fix debian/copyright file
    - Fix hypervisor check under x86_64
    - Fix gcc12 compilation issue
    - Fix VMA_UDP_3T_RULES logic for UDP UC
    - Add C++11 Support requirement to a compiler
    - Export symbols from socket api only
    - Fix gcc12 compilation issue
    - Fix fc35 issues
    - Add support for fortified glibc functions
    - Fix issue in vma_recvfrom_zcopy()
    - Fix data corruption in shrink operation
    - Workaround for segfault on IBV_EVENT_DEVICE_FATAL
  - Drop patches fixed upstream:
    - issue-2485156-Fix-fc35-issues.patch
    - issue-2945718-Fix-gcc12-compilation-issue.patch
* Mon Jun 13 2022 nmoreychaisemartin@suse.com
  - Add issue-2945718-Fix-gcc12-compilation-issue.patch to fix
    compilation issues with GCC12
* Tue Oct 05 2021 jsegitz@suse.com
  - Added hardening to systemd service(s) (bsc#1181400). Added patch(es):
    * harden_vma.service.patch
    Modified:
    * vma.service
* Sun Sep 26 2021 nmoreychaisemartin@suse.com
  - Add issue-2485156-Fix-fc35-issues.patch from upstream to fix
    compilation with newer glibc (deprecated pthread_yield)
* Mon Jun 28 2021 nmoreychaisemartin@suse.com
  - Update to 9.3.1
    - Remove multi packets (MP-RQ) depracated code
    - Several bug fixes
    - See CHANGES for a complete list
* Wed Apr 28 2021 nmoreychaisemartin@suse.com
  - Update to 9.2.2
    - Support Bonding over rdma-core
    - Several bug fixes
    - See journal.txt for a complete list
  - Enable PIE
* Wed Sep 23 2020 nmoreychaisemartin@suse.com
  - Update to 9.1.2 (jsc#SLE-15165)
    * No short release notes available.
      See journal.txt for a complete list
* Thu Jun 04 2020 nmoreychaisemartin@suse.com
  - Update to version 9.1.0
    * No short release notes available.
      See journal.txt for a complete list
* Thu Sep 26 2019 nmoreychaisemartin@suse.com
  - Update to version 8.9.4
    * No short release notes available.
      See journal.txt for a complete list
* Fri Sep 06 2019 nmoreychaisemartin@suse.com
  - Update to version 8.9.2
    * No short release notes available.
      See journal.txt for a complete list
* Wed May 15 2019 nmoreychaisemartin@suse.com
  - Update to version 8.8.2
    * No short release notes available.
      See journal.txt for a complete list
* Mon Oct 15 2018 nmoreychaisemartin@suse.com
  - Update to version 8.7.1 (fate#325994)
    * No short release notes available.
      See journal.txt for a complete list
  - Removed issue-1417243-Fix-gcc8-build-warnings.patch as it
    was fixed upstream.
* Mon Jun 18 2018 nmoreychaisemartin@suse.com
  - Update to version 8.6.7
    - No short release notes available
  - Added issue-1417243-Fix-gcc8-build-warnings.patch to
    fix compilation issue with GCC8
* Wed Jan 24 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 2017 nmoreychaisemartin@suse.com
  - Install COPYING file
* Wed Nov 08 2017 nmoreychaisemartin@suse.com
  - Initial packaging of version 8.4.8

Files

/usr/include/mellanox
/usr/include/mellanox/vma_extra.h
/usr/lib64/libvma.so


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 20:15:22 2024