We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4d32e7 commit 6d09f6fCopy full SHA for 6d09f6f
drivers/infiniband/ulp/rtrs/rtrs-clt.c
@@ -1699,7 +1699,7 @@ static int create_con_cq_qp(struct rtrs_clt_con *con)
1699
clt_path->s.dev_ref++;
1700
max_send_wr = min_t(int, wr_limit,
1701
/* QD * (REQ + RSP + FR REGS or INVS) + drain */
1702
- clt_path->queue_depth * 3 + 1);
+ clt_path->queue_depth * 4 + 1);
1703
max_recv_wr = min_t(int, wr_limit,
1704
clt_path->queue_depth * 3 + 1);
1705
max_send_sge = 2;
0 commit comments