Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101019
b: refs/heads/master
c: d1f2cd8
h: refs/heads/master
i:
  101017: ba83ae5
  101015: 4897d98
v: v3
  • Loading branch information
Eli Cohen authored and Roland Dreier committed Jul 15, 2008
1 parent f9e9eb7 commit d24e24a
Show file tree
Hide file tree
Showing 2 changed files with 3 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: e7e55829999deaab3f43e201a087731c02c54cf9
refs/heads/master: d1f2cd895f8733faa9d79d09d825a2ed80002ac7
3 changes: 2 additions & 1 deletion trunk/drivers/infiniband/hw/mlx4/qp.c
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,8 @@ static int __mlx4_ib_modify_qp(struct ib_qp *ibqp,
attr->path_mtu);
goto out;
}
context->mtu_msgmax = (attr->path_mtu << 5) | 31;
context->mtu_msgmax = (attr->path_mtu << 5) |
ilog2(dev->dev->caps.max_msg_sz);
}

if (qp->rq.wqe_cnt)
Expand Down

0 comments on commit d24e24a

Please sign in to comment.