Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107933
b: refs/heads/master
c: 6e0d733
h: refs/heads/master
i:
  107931: 13f5d45
v: v3
  • Loading branch information
Alex Naslednikov authored and Roland Dreier committed Aug 7, 2008
1 parent 2177778 commit fd33c11
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: f780a9f119caa48088b230836a7fa73d1096de7c
refs/heads/master: 6e0d733d921526e628107fb8b1aff5f7de870d6f
2 changes: 1 addition & 1 deletion trunk/drivers/infiniband/hw/mlx4/qp.c
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ static int __mlx4_ib_modify_qp(struct ib_qp *ibqp,
context->mtu_msgmax = (IB_MTU_4096 << 5) |
ilog2(dev->dev->caps.max_gso_sz);
else
context->mtu_msgmax = (IB_MTU_4096 << 5) | 11;
context->mtu_msgmax = (IB_MTU_4096 << 5) | 12;
} else if (attr_mask & IB_QP_PATH_MTU) {
if (attr->path_mtu < IB_MTU_256 || attr->path_mtu > IB_MTU_4096) {
printk(KERN_ERR "path MTU (%u) is invalid\n",
Expand Down

0 comments on commit fd33c11

Please sign in to comment.