- 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:
parent
5be381df0e
commit
404e22f76c
2
_service
2
_service
@ -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">
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:debe8a23c55c8134a260863d2294065f8934f59a948473f36f8048f45cdc6654
|
||||
size 1059107
|
3
rdma-core-16.4.0.9cb939b92bea.tar.gz
Normal file
3
rdma-core-16.4.0.9cb939b92bea.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:42a6cc229be8798a279bb963f93f54e04136a6af92eb213d868fb7a57a445658
|
||||
size 1060092
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user