OK, I rolled this into the optimize stamping patch, with one tweak:

 > +                    if (qp->sq_max_wqes_per_wr < 2)

this seems like a really awkward way of saying

                        if (qp->sq_max_wqes_per_wr == 1)

so I converted it to test that.

 - R.
_______________________________________________
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

Reply via email to