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

- Add disable-rdma-interface-renaming.patch to disable interface renaming which causes
  mvapich2 to fail (bsc#1161794)

OBS-URL: https://build.opensuse.org/request/show/766944
OBS-URL: https://build.opensuse.org/package/show/science:HPC/rdma-core?expand=0&rev=132
This commit is contained in:
Nicolas Morey-Chaisemartin 2020-01-24 16:05:36 +00:00 committed by Git OBS Bridge
parent 482f2d0d22
commit a076cb20b8
3 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,20 @@
commit 435ad204d32f9f3b7a72a171e2e6d04a90ba9b6e
Author: Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
Date: Fri Jan 24 16:01:18 2020 +0100
disable rdma interface renaming
Causes issues with mvapich2
Signed-off-by: Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
diff --git kernel-boot/rdma-persistent-naming.rules kernel-boot/rdma-persistent-naming.rules
index 9b61e1630d56..274d7c87727e 100644
--- kernel-boot/rdma-persistent-naming.rules
+++ kernel-boot/rdma-persistent-naming.rules
@@ -25,4 +25,4 @@
# Device type = RoCE
# mlx5_0 -> rocex525400c0fe123455
#
-ACTION=="add", SUBSYSTEM=="infiniband", PROGRAM="rdma_rename %k NAME_FALLBACK"
+#ACTION=="add", SUBSYSTEM=="infiniband", PROGRAM="rdma_rename %k NAME_FALLBACK"

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jan 24 15:02:50 UTC 2020 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
- Add disable-rdma-interface-renaming.patch to disable interface renaming which causes
mvapich2 to fail (bsc#1161794)
-------------------------------------------------------------------
Fri Jan 10 07:40:35 UTC 2020 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>

View File

@ -68,6 +68,7 @@ Source6: get_build.py
Patch0: Revert-libnes-Remove-libnes-from-rdma-core.patch
Patch1: Revert-libcxgb3-Remove-libcxgb3-from-rdma-core.patch
Patch2: Revert-Update-kernel-headers.patch
Patch3: disable-rdma-interface-renaming.patch
BuildRequires: binutils
BuildRequires: cmake >= 2.8.11
BuildRequires: gcc
@ -412,6 +413,7 @@ easy, object-oriented access to IB verbs.
%patch0
%patch1
%patch2
%patch3
%build