diff mbox

[opensm] osm_link_mgr.c: Fix bug in mlnx extended port info setting

Message ID 53E34F5C.50102@dev.mellanox.co.il (mailing list archive)
State Accepted
Delegated to: Hal Rosenstock
Headers show

Commit Message

Hal Rosenstock Aug. 7, 2014, 10:05 a.m. UTC
From: Shlomi Nimrodi <shlomin@mellanox.com>
Date: Mon, 4 Aug 2014 15:40:43 +0300

In link_mgr_set_physp_pi, set mlnx extended port info speed even if
standard speed setting is not required

Signed-off-by: Shlomi Nimrodi <shlomin@mellanox.com>
Signed-off-by: Hal Rosenstock <hal@mellanox.com>
---
 opensm/osm_link_mgr.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
diff mbox

Patch

diff --git a/opensm/osm_link_mgr.c b/opensm/osm_link_mgr.c
index d5c7dde..0f52a2d 100644
--- a/opensm/osm_link_mgr.c
+++ b/opensm/osm_link_mgr.c
@@ -467,7 +467,7 @@  Send:
 		send_set = TRUE;
 
 	if (!send_set)
-		goto Exit;
+		goto SEND_EPI;
 
 	attr_mod = cl_hton32(port_num);
 	if (issue_ext)
@@ -487,6 +487,7 @@  Send:
 				     cl_ntoh64(p_physp->port_guid),
 				     cl_ntoh64(p_pi->m_key));
 
+SEND_EPI:
 	if (send_set2) {
 		status = osm_req_set(sm, osm_physp_get_dr_path_ptr(p_physp),
 				     payload2, sizeof(payload2),