<br><font size=2 face="sans-serif">Yes, it is.</font>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td><font size=1 color=#5f5f5f face="sans-serif">From:</font>
<td><font size=1 face="sans-serif">Steve Wise <swise@opengridcomputing.com></font>
<tr valign=top>
<td><font size=1 color=#5f5f5f face="sans-serif">To:</font>
<td><font size=1 face="sans-serif">Philip Frey1 <PHF@zurich.ibm.com></font>
<tr>
<td valign=top><font size=1 color=#5f5f5f face="sans-serif">Cc:</font>
<td><font size=1 face="sans-serif">Andreas Hasler1/Zurich/IBM@IBMCH, general@lists.openfabrics.org</font>
<tr valign=top>
<td><font size=1 color=#5f5f5f face="sans-serif">Date:</font>
<td><font size=1 face="sans-serif">01/14/2009 05:25 PM</font>
<tr valign=top>
<td><font size=1 color=#5f5f5f face="sans-serif">Subject:</font>
<td><font size=1 face="sans-serif">Re: [ofa-general] iWARP: Zero STag,
OFED 1.3 vs 1.4</font></table>
<br>
<hr noshade>
<br>
<br>
<br><tt><font size=2>Is this with the Chelsio RNIC?<br>
<br>
<br>
<br>
<br>
Philip Frey1 wrote:<br>
><br>
> Hello,<br>
><br>
> I recently upgraded from OFED 1.3 to 1.4 and the behaviour of an STag
<br>
> of zero seems to have changed.<br>
><br>
> Before, the following code worked:<br>
><br>
>         /* create send work request (for synchronization)*/<br>
>         sge.addr = 0;<br>
>         sge.length = 0;<br>
>         sge.lkey = 0;<br>
><br>
>         send_wr.wr_id = tx_wr_id++;<br>
>         send_wr.next = NULL;<br>
>         send_wr.sg_list = &sge;<br>
>         send_wr.num_sge = 1;<br>
>         send_wr.opcode = IBV_WR_SEND;<br>
>         send_wr.send_flags = 0;<br>
><br>
>         /* post send synchronization WR */<br>
>         ret = ibv_post_send(ctx_conn.qp, &send_wr,
&bad_wr);<br>
>         if (ret) {<br>
>                 msg_Err("RDMA:
failed to post send");<br>
>                 return -1;<br>
>         }<br>
><br>
> but now it results in the following error:<br>
><br>
> Jan 13 17:34:46 borus kernel: iwch_ev_dispatch - CQE Err qpid 0xa0
<br>
> opcode 3 status 0x1 type 1 wrid.hi 0x0 wrid.lo 0x80000000<br>
> Jan 13 17:34:46 borus kernel: post_qp_event - AE qpid 0xa0 opcode
3 <br>
> status 0x1 type 1 wrid.hi 0x0 wrid.lo 0x80000000<br>
><br>
> I wanted to do a zero-length send w/o a memory region to solve the
<br>
> issue that the MPA initiator must send the first FPDU.<br>
><br>
> Question1: Why didn't that result in an error before?<br>
> Question2: Is there a way of doing a zero-length operation w/o having
<br>
> to create a MR?<br>
><br>
> Many thanks for you advice,<br>
>  Philip<br>
> ------------------------------------------------------------------------<br>
><br>
> _______________________________________________<br>
> general mailing list<br>
> general@lists.openfabrics.org<br>
> </font></tt><a href="http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general"><tt><font size=2>http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general</font></tt></a><tt><font size=2><br>
><br>
> To unsubscribe, please visit </font></tt><a href="http://openib.org/mailman/listinfo/openib-general"><tt><font size=2>http://openib.org/mailman/listinfo/openib-general</font></tt></a><tt><font size=2><br>
<br>
_______________________________________________<br>
general mailing list<br>
general@lists.openfabrics.org<br>
</font></tt><a href="http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general"><tt><font size=2>http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general</font></tt></a><tt><font size=2><br>
<br>
To unsubscribe, please visit </font></tt><a href="http://openib.org/mailman/listinfo/openib-general"><tt><font size=2>http://openib.org/mailman/listinfo/openib-general</font></tt></a><tt><font size=2><br>
</font></tt>
<br>
<br>