Skip to content

Commit d731296

Browse files
committed
mlx5: set max_dump_files_num default to 0
Reverted the default value from 128 to 0 after the change in DPDK 24.03 upgrade. Signed-off-by: syaakov <[email protected]>
1 parent 65f1a99 commit d731296

File tree

1 file changed

+0
-2
lines changed
  • src/dpdk/drivers/net/mlx5

1 file changed

+0
-2
lines changed

src/dpdk/drivers/net/mlx5/mlx5.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2894,8 +2894,6 @@ mlx5_port_args_config(struct mlx5_priv *priv, struct mlx5_kvargs_ctrl *mkvlist,
28942894
config->max_dump_files_num = 128;
28952895
}
28962896
#endif
2897-
if (config->max_dump_files_num == 0)
2898-
config->max_dump_files_num = 128;
28992897
/* Detect minimal data bytes to inline. */
29002898
mlx5_set_min_inline(priv);
29012899
DRV_LOG(DEBUG, "VLAN insertion in WQE is %ssupported.",

0 commit comments

Comments
 (0)