|
@@ -2215,7 +2215,7 @@ static int __mlx4_ib_modify_qp(void *src, enum mlx4_ib_source_type src_type,
|
|
context->mtu_msgmax = (IB_MTU_4096 << 5) |
|
|
context->mtu_msgmax = (IB_MTU_4096 << 5) |
|
|
ilog2(dev->dev->caps.max_gso_sz);
|
|
ilog2(dev->dev->caps.max_gso_sz);
|
|
else
|
|
else
|
|
- context->mtu_msgmax = (IB_MTU_4096 << 5) | 12;
|
|
|
|
|
|
+ context->mtu_msgmax = (IB_MTU_4096 << 5) | 13;
|
|
} else if (attr_mask & IB_QP_PATH_MTU) {
|
|
} else if (attr_mask & IB_QP_PATH_MTU) {
|
|
if (attr->path_mtu < IB_MTU_256 || attr->path_mtu > IB_MTU_4096) {
|
|
if (attr->path_mtu < IB_MTU_256 || attr->path_mtu > IB_MTU_4096) {
|
|
pr_err("path MTU (%u) is invalid\n",
|
|
pr_err("path MTU (%u) is invalid\n",
|