<font size=2 face="sans-serif">Hello,</font>
<p><font size=2 face="sans-serif">I'm hoping you can provide me with some
insight as to what may be wrong with my OpenSM.</font>
<p><font size=2 face="sans-serif">I have a problem with function dev_poll()
in ibumad/umad.c</font>
<p>
<p><font size=2 face="sans-serif">I get a return code of ETIMEDOUT. I searched
a bit deeper and discovered that it may be associated with function process
mlx4_ib_process_mad from the driver.</font>
<p><font size=2 face="sans-serif">The driver returns IB_MAD_RESULT_SUCCESS
however I've noticed that when it works it doesn't enter any of these if
statements.</font>
<p><font size=2 color=#008000 face="Courier New">/*</font>
<br><font size=2 color=#008000 face="Courier New"> * Don't process
SMInfo queries or vendor-specific</font>
<br><font size=2 color=#008000 face="Courier New"> * MADs -- the SMA
can't handle them.</font>
<br><font size=2 color=#008000 face="Courier New"> */</font>
<br><font size=2 color=blue face="Courier New">if</font><font size=2 face="Courier New">
(in_mad->mad_hdr.attr_id == IB_SMP_ATTR_SM_INFO ||</font>
<br><font size=2 face="Courier New">    ((in_mad->mad_hdr.attr_id
& IB_SMP_ATTR_VENDOR_MASK) ==</font>
<br><font size=2 face="Courier New">        IB_SMP_ATTR_VENDOR_MASK))
{</font>
<br><font size=2 face="Courier New">        </font><font size=2 color=blue face="Courier New">return</font><font size=2 face="Courier New">
IB_MAD_RESULT_SUCCESS;</font>
<br><font size=2 face="Courier New">}</font>
<p><font size=2 face="Courier New">I noticed it is true for: ((in_mad->mad_hdr.attr_id
& IB_SMP_ATTR_VENDOR_MASK) ==</font>
<br><font size=2 face="Courier New">        IB_SMP_ATTR_VENDOR_MASK)</font>
<p><font size=2 face="Courier New">Would you be able to give me some pointers
as to what may be wrong? What is OpenSM polling for in umad.c?</font>
<p><font size=2 face="Courier New">Thank you for your help!!!</font>
<p><font size=2 face="Courier New">Hector Abrach</font>
<br clear="both">
______________________________________________________________________<BR>
This email has been scanned by the Symantec Email Security.cloud service.<BR>
For more information please visit http://www.symanteccloud.com<BR>
______________________________________________________________________<BR>