<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2654.45">
<TITLE>SRQ freezes up</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2 FACE="Arial">running ibv_srq_pingpong pops up two bugs in the SRQ.</FONT>
<BR><FONT SIZE=2 FACE="Arial">1.  a failure to RRs to the SRQ after polling completions sent to it (the verb ibv_post_srq_recv fails returning -1)</FONT>
<BR><FONT SIZE=2 FACE="Arial">2.  as a direct result of this, the other side gets a bad completion with RETRY EXCEEDED error, and then the machine freezes up</FONT></P>

<P><FONT SIZE=2 FACE="Arial">the first bug has been there for quit some time, the second only happens from REV 3890 (when the previous version I tested was 3382)</FONT></P>

<P><FONT SIZE=2 FACE="Arial">the command lines I used with the test:</FONT>
<BR><FONT SIZE=2 FACE="Arial">server: /usr/local/bin/ibv_srq_pingpong --port=19872 --ib-dev=mthca0 --ib-port=1 -n 10000 --num-qp=200 --rx-depth=5</FONT>
<BR><FONT SIZE=2 FACE="Arial">client:  /usr/local/bin/ibv_srq_pingpong --port=19872 --ib-dev=mthca0 --ib-port=1 -n 10000 --num-qp=200 --rx-depth=5 SERVER_IP_ADDR</FONT></P>

</BODY>
</HTML>