<!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>HH error codes</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2 FACE="Arial">Fab</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">We start to do some basic testing to the AL interface </FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">I notice that when the user give invalid port number the return code is IB_ERROR and not IB_INVALID_PORT</FONT>
<BR><FONT SIZE=2 FACE="Arial">After little investigation it looks like all HH_ret_t codes are translated to IB_ERROR code regardless to the actual HH code.</FONT></P>

<P><FONT SIZE=2 FACE="Arial">In order to support the API all HH error codes need to go through translation function that will move them to IBAL codes.</FONT></P>

<P><FONT SIZE=2 FACE="Arial">I also notice that IBAL define cache in mlnx_hob_t structure but when you malloc this cache (hca_data.c line 204) you use 2 as hard coded number for the number of port</FONT></P>

<P><FONT SIZE=2 FACE="Arial">I think its better to obtain this number from the dev_lim query [Mellanox have devices with only one port.... and I hope that some day we will have devices with more then 2 ports :-) ]</FONT></P>

<P><FONT SIZE=2 FACE="Arial">Let me know if you need more info.</FONT>
<BR><FONT SIZE=2 FACE="Arial">Thanks </FONT>
<BR><FONT SIZE=2 FACE="Arial">Yossi </FONT>
</P>
<BR>

</BODY>
</HTML>