Skip to content

Commit 32d8fc0

Browse files
Wei Lin GuaySomasundaram Krishnasamy
authored andcommitted
net/rds: Fixing INIT2RTR_QP(0x503), syndrome (0x1796e4) (IB_AH_GRH present) issue.
Fixing the "mlx5_core 0000:b0:00.0: mlx5_cmd_check:701:(pid 3104): INIT2RTR_QP(0x503) op_mod(0x0) failed, status bad parameter(0x3), syndrome (0x1796e4)" issue. Found this via "google" https://gist.github.com/lukego/8b4e567f4d5c4b60da6545e063888391 BAD_PARAM | 0x1796E4 | address_path.grh is IB native connected only field Orabug: 27383162 Orabug: 27364391 Merge-Monkey-Notes: This is a temporary workaround. The real fix is currently being worked on. Merge-Monkey: Gerd Rausch <[email protected]> Signed-off-by: Gerd Rausch <[email protected]> Reviewed-by: Sudhakar Dindukurti <[email protected]> Signed-off-by: Somasundaram Krishnasamy <[email protected]>
1 parent 544cd2f commit 32d8fc0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

net/rds/ib_cm.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1573,7 +1573,6 @@ int rds_ib_setup_fastreg(struct rds_ib_device *rds_ibdev)
15731573
qp_attr.path_mtu = IB_MTU_256;
15741574
qp_attr.dest_qp_num = rds_ibdev->fastreg_qp->qp_num;
15751575
qp_attr.rq_psn = 1;
1576-
qp_attr.ah_attr.ah_flags = IB_AH_GRH;
15771576
qp_attr.ah_attr.ib.dlid = port_attr.lid;
15781577
qp_attr.ah_attr.ib.src_path_bits = 0;
15791578
qp_attr.ah_attr.sl = 0;

0 commit comments

Comments
 (0)