Print GUID value in host byte order.
Signed-off-by: Sasha Khapyorsky <[EMAIL PROTECTED]>
---
osm/opensm/osm_sa_path_record.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/osm/opensm/osm_sa_path_record.c b/osm/opensm/osm_sa_path_record.c
index 67df71a..36e9061 100644
--- a/osm/opensm/osm_sa_path_record.c
+++ b/osm/opensm/osm_sa_path_record.c
@@ -415,7 +415,7 @@ __osm_pr_rcv_get_path_parms(
"__osm_pr_rcv_get_path_parms: "
"New smallest MTU = %u at destination port 0x%016" PRIx64 "\n",
mtu,
- osm_physp_get_port_guid( p_physp ) );
+ cl_ntoh64(osm_physp_get_port_guid( p_physp )) );
}
}
@@ -428,7 +428,7 @@ __osm_pr_rcv_get_path_parms(
"__osm_pr_rcv_get_path_parms: "
"New smallest rate = %u at destination port 0x%016" PRIx64 "\n",
rate,
- osm_physp_get_port_guid( p_physp ) );
+ cl_ntoh64(osm_physp_get_port_guid( p_physp )) );
}
}
_______________________________________________
openib-general mailing list
[email protected]
http://openib.org/mailman/listinfo/openib-general
To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general