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.