Hi. yangdong wrote: > Anybody know when ibv_post_send(IBV_RDMA_READ/IBV_SEND_SIGNALED) can > return an err -1? > There are several options for post send failures: 1) the SQ is full (all of the WR in this Queue are outstanding) 2) bad opcode is being used 3) number of sge in the WR > number of sge of the SQ that the QP was created with 4) if inline flag was set: the message size is too big to be sent as inline
I believe that your problem is 1) .... Dotan _______________________________________________ general mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
