File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
drivers/net/ethernet/mellanox/mlxsw Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -3598,6 +3598,7 @@ static const struct mlxsw_config_profile mlxsw_sp2_config_profile = {
3598
3598
.used_cqe_time_stamp_type = 1 ,
3599
3599
.cqe_time_stamp_type = MLXSW_CMD_MBOX_CONFIG_PROFILE_CQE_TIME_STAMP_TYPE_UTC ,
3600
3600
.lag_mode_prefer_sw = true,
3601
+ .flood_mode_prefer_cff = true,
3601
3602
};
3602
3603
3603
3604
/* Reduce number of LAGs from full capacity (256) to the maximum supported LAGs
@@ -3626,6 +3627,7 @@ static const struct mlxsw_config_profile mlxsw_sp4_config_profile = {
3626
3627
.used_cqe_time_stamp_type = 1 ,
3627
3628
.cqe_time_stamp_type = MLXSW_CMD_MBOX_CONFIG_PROFILE_CQE_TIME_STAMP_TYPE_UTC ,
3628
3629
.lag_mode_prefer_sw = true,
3630
+ .flood_mode_prefer_cff = true,
3629
3631
};
3630
3632
3631
3633
static void
You can’t perform that action at this time.
0 commit comments