X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Frdma%2Fib_verbs.h;h=09509edb1c5fde72e0cec15d7a6f3391076c188b;hb=cbee4751f612692c1de3b8e420ebcb0fb16c7c56;hp=c179318edd92dff17813627160ae9c973fafa08a;hpb=1053414068bad659479e6efa62a67403b8b1ec0a;p=mv-sheeva.git diff --git a/include/rdma/ib_verbs.h b/include/rdma/ib_verbs.h index c179318edd9..09509edb1c5 100644 --- a/include/rdma/ib_verbs.h +++ b/include/rdma/ib_verbs.h @@ -1425,6 +1425,11 @@ int ib_destroy_qp(struct ib_qp *qp); * @send_wr: A list of work requests to post on the send queue. * @bad_send_wr: On an immediate failure, this parameter will reference * the work request that failed to be posted on the QP. + * + * While IBA Vol. 1 section 11.4.1.1 specifies that if an immediate + * error is returned, the QP state shall not be affected, + * ib_post_send() will return an immediate error after queueing any + * earlier work requests in the list. */ static inline int ib_post_send(struct ib_qp *qp, struct ib_send_wr *send_wr,