Message ID | 4CE3B455.4080003@Voltaire.com (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
Index: perftest/rdma_lat.c =================================================================== --- perftest.orig/rdma_lat.c +++ perftest/rdma_lat.c @@ -666,7 +666,7 @@ static int pp_connect_ctx(struct pingpon { struct ibv_qp_attr attr = { .qp_state = IBV_QPS_RTR, - .path_mtu = IBV_MTU_256, + .path_mtu = IBV_MTU_2048, .dest_qp_num = data->rem_dest->qpn, .rq_psn = data->rem_dest->psn, .max_dest_rd_atomic = 1,