forked from pool/opensm
Compare commits
1 Commits
main
...
ndr-suppor
| Author | SHA256 | Date | |
|---|---|---|---|
|
|
6bd03b56ee |
21
opensm-drop-SMSupportExtendedSpeeds-bit.patch
Normal file
21
opensm-drop-SMSupportExtendedSpeeds-bit.patch
Normal 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,
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user