Re: [PATCH v5 04/10] IB/mlx5: Initialize mlx5_ib_qp signature related

2014-02-24 Thread Sagi Grimberg
On 2/24/2014 8:46 AM, Nicholas A. Bellinger wrote: On Sun, 2014-02-23 at 14:19 +0200, Sagi Grimberg wrote: If user requested signature enable we Initialize relevant mlx5_ib_qp members. we mark the qp as sig_enable and we increase the effective SQ size, but still limit the user max_send_wr to

[PATCH v5 04/10] IB/mlx5: Initialize mlx5_ib_qp signature related

2014-02-23 Thread Sagi Grimberg
If user requested signature enable we Initialize relevant mlx5_ib_qp members. we mark the qp as sig_enable and we increase the effective SQ size, but still limit the user max_send_wr to original size computed. We also allow the create_qp routine to accept sig_enable create flag. Signed-off-by:

Re: [PATCH v5 04/10] IB/mlx5: Initialize mlx5_ib_qp signature related

2014-02-23 Thread Nicholas A. Bellinger
On Sun, 2014-02-23 at 14:19 +0200, Sagi Grimberg wrote: If user requested signature enable we Initialize relevant mlx5_ib_qp members. we mark the qp as sig_enable and we increase the effective SQ size, but still limit the user max_send_wr to original size computed. We also allow the create_qp