- Update to rdma-core v16.4 (bsc#1084456)

* Backport fixes:
   * cxgb4: add new device pci ids.
   * mlx5: Fix referencing uninitialized var in create_qp error flow
   * Ensure all public headers compile in C++ mode
   * providers/i40iw: Skip CQEs for destroyed QP
   * ibacm: Support FDR and EDR rates

OBS-URL: https://build.opensuse.org/package/show/science:HPC/rdma-core?expand=0&rev=82
This commit is contained in:
Nicolas Morey-Chaisemartin 2018-03-13 16:00:54 +00:00 committed by Git OBS Bridge
parent 5be381df0e
commit 404e22f76c
5 changed files with 17 additions and 6 deletions

View File

@ -8,7 +8,7 @@
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@.%h</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="versionrewrite-replacement">\1</param>
<param name="revision">e77f84e38251a7e8541688dffae93890eed45ed0</param>
<param name="revision">9cb939b92bea70bf0bca28fd996d2019c79c5cb3</param>
<param name="extract">suse/rdma-core.spec</param>
</service>
<service name="recompress" mode="disabled">

View File

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

View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Mar 13 15:53:51 UTC 2018 - nmoreychaisemartin@suse.com
- Update to rdma-core v16.4 (bsc#1084456)
* Backport fixes:
* cxgb4: add new device pci ids.
* mlx5: Fix referencing uninitialized var in create_qp error flow
* Ensure all public headers compile in C++ mode
* providers/i40iw: Skip CQEs for destroyed QP
* ibacm: Support FDR and EDR rates
-------------------------------------------------------------------
Wed Feb 21 10:16:15 UTC 2018 - nmoreychaisemartin@suse.com

View File

@ -17,9 +17,9 @@
%bcond_without systemd
%define git_ver .0.e77f84e38251
%define git_ver .0.9cb939b92bea
Name: rdma-core
Version: 16.3
Version: 16.4
Release: 0
Summary: RDMA core userspace libraries and daemons
License: GPL-2.0 or BSD-2-Clause