This value is used to calculate max_qp_dest_rdma.
Default value of 4 brings us to 16 while HW supports 128
(max_requester_per_qp)
Although this value can be changed by module param it is best that default
will be optimized
Orabag:
19883194
Signed-off-by: Yuval Shaia <yuval.shaia@oracle.com>
Reviewed-by: Wengang Wang <wen.gang.wang@oracle.com>
static struct mlx4_profile mod_param_profile = {
.num_qp = 19,
.num_srq = 16,
- .rdmarc_per_qp = 4,
+ .rdmarc_per_qp = 7,
.num_cq = 16,
.num_mcg = 13,
.num_mpt = 19,