Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9120
b: refs/heads/master
c: bb4a7f0
h: refs/heads/master
v: v3
  • Loading branch information
Roland Dreier committed Sep 19, 2005
1 parent 81e0e34 commit e9b57ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 51574e0398a2d93cbf7f26e36b673cd919062268
refs/heads/master: bb4a7f0da75ce9f3e933880428d39b2aa1f16961
2 changes: 1 addition & 1 deletion trunk/drivers/infiniband/hw/mthca/mthca_qp.c
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ int mthca_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, int attr_mask)
}

if (attr_mask & IB_QP_TIMEOUT) {
qp_context->pri_path.ackto = attr->timeout;
qp_context->pri_path.ackto = attr->timeout << 3;
qp_param->opt_param_mask |= cpu_to_be32(MTHCA_QP_OPTPAR_ACK_TIMEOUT);
}

Expand Down

0 comments on commit e9b57ac

Please sign in to comment.