* [PATCH] opensm/perfmgr: add failed port guid to error message
@ 2013-02-24 0:17 Ira Weiny
[not found] ` <20130223161741.268622265e0282bf7b0b705a-i2BcT+NCU+M@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Ira Weiny @ 2013-02-24 0:17 UTC (permalink / raw)
To: Hal Rosenstock; +Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Signed-off-by: Ira Weiny <weiny2-i2BcT+NCU+M@public.gmane.org>
---
opensm/osm_perfmgr.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/opensm/osm_perfmgr.c b/opensm/osm_perfmgr.c
index 9bc1154..25033bd 100644
--- a/opensm/osm_perfmgr.c
+++ b/opensm/osm_perfmgr.c
@@ -831,7 +831,9 @@ void osm_perfmgr_process(osm_perfmgr_t * pm)
ib_node_info_get_local_port_num(&p_node->node_info);
} else
OSM_LOG(pm->log, OSM_LOG_ERROR,
- "ERR 5487: No PerfMgr port object\n");
+ "ERR 5487: No PerfMgr port object for "
+ "port_guid 0x%"PRIx64"\n",
+ cl_ntoh64(pm->port_guid));
CL_PLOCK_RELEASE(pm->sm->p_lock);
}
--
1.7.1
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] opensm/perfmgr: add failed port guid to error message
[not found] ` <20130223161741.268622265e0282bf7b0b705a-i2BcT+NCU+M@public.gmane.org>
@ 2013-02-26 11:35 ` Hal Rosenstock
0 siblings, 0 replies; 2+ messages in thread
From: Hal Rosenstock @ 2013-02-26 11:35 UTC (permalink / raw)
To: Ira Weiny
Cc: Hal Rosenstock,
linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
On 2/23/2013 7:17 PM, Ira Weiny wrote:
>
> Signed-off-by: Ira Weiny <weiny2-i2BcT+NCU+M@public.gmane.org>
Thanks. Applied.
-- Hal
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-02-26 11:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-24 0:17 [PATCH] opensm/perfmgr: add failed port guid to error message Ira Weiny
[not found] ` <20130223161741.268622265e0282bf7b0b705a-i2BcT+NCU+M@public.gmane.org>
2013-02-26 11:35 ` Hal Rosenstock
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox