Skip to content

Commit 58f318e

Browse files
Yuval ShaiaLinuxMinion
authored andcommitted
net/mlx4_core: Modify default value of log_rdmarc_per_qp to be consistent with HW capability
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 <[email protected]> Reviewed-by: Wengang Wang <[email protected]>
1 parent 6863387 commit 58f318e

File tree

1 file changed

+1
-1
lines changed
  • drivers/net/ethernet/mellanox/mlx4

1 file changed

+1
-1
lines changed

drivers/net/ethernet/mellanox/mlx4/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ static atomic_t pf_loading = ATOMIC_INIT(0);
182182
static struct mlx4_profile mod_param_profile = {
183183
.num_qp = 19,
184184
.num_srq = 16,
185-
.rdmarc_per_qp = 4,
185+
.rdmarc_per_qp = 7,
186186
.num_cq = 16,
187187
.num_mcg = 13,
188188
.num_mpt = 19,

0 commit comments

Comments
 (0)