diff mbox

opensm/osm_req.c: In req_determine_mkey, add more info when ERR 1107 occurs

Message ID 50BCC450.4080506@dev.mellanox.co.il (mailing list archive)
State Accepted
Delegated to: Alex Netes
Headers show

Commit Message

Hal Rosenstock Dec. 3, 2012, 3:25 p.m. UTC
Also dump DR path of SM class query

Signed-off-by: Hal Rosenstock <hal@mellanox.com>
---
 opensm/osm_req.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Comments

Alex Netes Jan. 30, 2013, 5:54 p.m. UTC | #1
Hi Hal,

On 10:25 Mon 03 Dec     , Hal Rosenstock wrote:
> 
> Also dump DR path of SM class query
> 
> Signed-off-by: Hal Rosenstock <hal@mellanox.com>
> ---

Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/opensm/osm_req.c b/opensm/osm_req.c
index 1c3c172..1f5db3f 100644
--- a/opensm/osm_req.c
+++ b/opensm/osm_req.c
@@ -106,6 +106,7 @@  static ib_net64_t req_determine_mkey(IN osm_sm_t * sm,
 		OSM_LOG(sm->p_log, OSM_LOG_ERROR,
 			"req_determine_mkey: ERR 1107: "
 			"Outgoing physp is null on non-hop_0!\n");
+		osm_dump_dr_path_v2(sm->p_log, p_path, FILE_ID, OSM_LOG_ERROR);
 		dest_port_guid = 0;
 		goto Remote_Guid;
 	}