Message ID | 50BCC450.4080506@dev.mellanox.co.il (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Alex Netes |
Headers | show |
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 --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; }
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(-)