On Tue, Jun 3, 2008 at 6:12 AM, Roland Dreier <rdreier at cisco.com> wrote: > 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) Agree > > so I converted it to test that. >