Accepting request 935384 from home:NMoreyChaisemartin:branches:science:HPC

- Update to v38.0 (jsc#SLE-18383)
  - Bugfixes on all providers
  - New provider for irdma support

- Add rdma-ndd to recommended depencies of rdma-core

OBS-URL: https://build.opensuse.org/request/show/935384
OBS-URL: https://build.opensuse.org/package/show/science:HPC/rdma-core?expand=0&rev=152
This commit is contained in:
Nicolas Morey-Chaisemartin 2021-12-03 07:28:51 +00:00 committed by Git OBS Bridge
parent 80381123e5
commit afcc77d3f1
6 changed files with 22 additions and 8 deletions

View File

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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:b8977a2183eef2c130510defa9966a2500785323254a77fab7c358d3c425a75b oid sha256:34aeff8130e5cc21bd8a32b146bf89bf49f437da68fdeb9f3a5cc58c9dbd1d30
size 118966 size 119173

View File

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

View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Dec 2 15:13:22 UTC 2021 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
- Update to v38.0 (jsc#SLE-18383)
- Bugfixes on all providers
- New provider for irdma support
-------------------------------------------------------------------
Thu Dec 2 14:48:56 UTC 2021 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
- Add rdma-ndd to recommended depencies of rdma-core
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Oct 15 08:44:00 UTC 2021 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com> Fri Oct 15 08:44:00 UTC 2021 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>

View File

@ -25,9 +25,9 @@
%define with_pyverbs 0 %define with_pyverbs 0
%endif %endif
%define git_ver .0.02d96eb72943 %define git_ver .0.02361e3b8659
Name: rdma-core Name: rdma-core
Version: 37.1 Version: 38.0
Release: 0 Release: 0
Summary: RDMA core userspace libraries and daemons Summary: RDMA core userspace libraries and daemons
License: BSD-2-Clause OR GPL-2.0-only License: BSD-2-Clause OR GPL-2.0-only
@ -97,6 +97,7 @@ BuildRequires: pkgconfig(systemd)
Requires: kmod Requires: kmod
Requires: systemd Requires: systemd
Requires: udev Requires: udev
Recommends: rdma-ndd
# SUSE previously shipped rdma as a stand-alone # SUSE previously shipped rdma as a stand-alone
# package which we're supplanting here. # package which we're supplanting here.
@ -229,6 +230,7 @@ Device-specific plug-in ibverbs userspace drivers are included:
- libhns: HiSilicon Hip06 SoC - libhns: HiSilicon Hip06 SoC
- libi40iw: Intel Ethernet Connection X722 RDMA - libi40iw: Intel Ethernet Connection X722 RDMA
- libipathverbs: QLogic InfiniPath HCA - libipathverbs: QLogic InfiniPath HCA
- libirdma: Intel Ethernet Connection RDMA
- libmlx4: Mellanox ConnectX-3 InfiniBand HCA - libmlx4: Mellanox ConnectX-3 InfiniBand HCA
- libmlx5: Mellanox Connect-IB/X-4+ InfiniBand HCA - libmlx5: Mellanox Connect-IB/X-4+ InfiniBand HCA
- libmthca: Mellanox InfiniBand HCA - libmthca: Mellanox InfiniBand HCA