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

2008-06-02 Thread Roland Dreier
This is a fix for your optimize stamping patch, right?

I'll roll it into that patch.
___
ewg mailing list
ewg@lists.openfabrics.org
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg


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

2008-06-02 Thread Eli Cohen
On Mon, Jun 2, 2008 at 7:26 PM, Roland Dreier [EMAIL PROTECTED] wrote:
 This is a fix for your optimize stamping patch, right?
Right.

 I'll roll it into that patch.

I thought so too but didn't know what you'd prefer so I sent a different patch.
___
ewg mailing list
ewg@lists.openfabrics.org
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg


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

2008-06-02 Thread Eli Cohen
On Tue, Jun 3, 2008 at 6:12 AM, Roland Dreier [EMAIL PROTECTED] 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.

___
ewg mailing list
ewg@lists.openfabrics.org
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg