<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=US-ASCII">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2654.45">
<TITLE>RE: why does the value of the node_guid don't have the machine endian ess?</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>> -----Original Message-----</FONT>
<BR><FONT SIZE=2>> From: Roland Dreier [<A HREF="mailto:rolandd@cisco.com">mailto:rolandd@cisco.com</A>]</FONT>
<BR><FONT SIZE=2>> Subject: Re: why does the value of the node_guid don't have the machine endianess? </FONT>
<BR><FONT SIZE=2>> </FONT>
<BR><FONT SIZE=2>>     Dotan> why do i need to change the endianess of node_guid when i</FONT>
<BR><FONT SIZE=2>>     Dotan> use it from query_hca?</FONT>
<BR><FONT SIZE=2>> </FONT>
<BR><FONT SIZE=2>> Which endianess do you want to get the node_guid in?</FONT>
</P>

<P><FONT SIZE=2>I expect the value to have the same endian-ness when printed with %llx and </FONT>
<BR><FONT SIZE=2>when read from sysfs.</FONT>
</P>

<P><FONT SIZE=2>swlab140:/home/dotanb/infiniband/newvstat/child>grep XXX vstat.c</FONT>
<BR><FONT SIZE=2>printf("XXXXXXX %llx\n", device_attr.node_guid);</FONT>
</P>

<P><FONT SIZE=2>swlab140:/home/dotanb/infiniband/newvstat/child>./vstat | grep XXX</FONT>
<BR><FONT SIZE=2>XXXXXXX 4018000002c90200</FONT>
</P>

<P><FONT SIZE=2>swlab140:/home/dotanb/infiniband/newvstat/child>cat /sys/class/infiniband/mthca0/node_guid</FONT>
<BR><FONT SIZE=2>0002:c902:0000:1840 </FONT>
</P>

<P><FONT SIZE=2>Why is that?</FONT>
</P>

<P><FONT SIZE=2>Dotan.</FONT>
</P>

</BODY>
</HTML>