[ewg] Re: [PATCH] IB/mlx4: Initialize DS field for stamping

Roland Dreier rdreier at cisco.com
Mon Jun 2 20:12:31 PDT 2008


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.



More information about the ewg mailing list