SHA256
6
0
forked from pool/opensm

1 Commits

Author SHA256 Message Date
Nicolas Morey
6bd03b56ee Add opensm-drop-SMSupportExtendedSpeeds-bit.patch (bsc#1258143)
Signed-off-by: Nicolas Morey <nmorey@suse.com>
2026-02-13 17:58:24 +01:00
3 changed files with 27 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
commit 24dc179267a3605ae921bbfa91f107707f9c203a
Author: Nicolas Morey <nmorey@suse.com>
Date: Fri Feb 13 17:56:10 2026 +0100
opensm: drop SMSupportExtendedSpeeds bit
Signed-off-by: Nicolas Morey <nmorey@suse.com>
diff --git opensm/osm_link_mgr.c opensm/osm_link_mgr.c
index a02be5b8d219..b24c7ea7a9d8 100644
--- opensm/osm_link_mgr.c
+++ opensm/osm_link_mgr.c
@@ -478,8 +478,6 @@ Send:
goto SEND_EPI;
attr_mod = cl_hton32(port_num);
- if (issue_ext)
- attr_mod |= cl_hton32(1 << 31); /* AM SMSupportExtendedSpeeds */
status = osm_req_set(sm, osm_physp_get_dr_path_ptr(p_physp),
payload, sizeof(payload), IB_MAD_ATTR_PORT_INFO,
attr_mod, FALSE, m_key,

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Feb 13 16:57:52 UTC 2026 - Nicolas Morey <nicolas.morey@suse.com>
- Add opensm-drop-SMSupportExtendedSpeeds-bit.patch (bsc#1258143)
-------------------------------------------------------------------
Mon Feb 26 12:49:28 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@@ -39,6 +39,7 @@ Source3: opensm.service
Source4: baselibs.conf
Source100: README.md
Patch1: opensm-remove-date-time.patch
Patch2: opensm-drop-SMSupportExtendedSpeeds-bit.patch
URL: https://github.com/linux-rdma/opensm
BuildRequires: autoconf
BuildRequires: automake