We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72a4ced commit 69f289eCopy full SHA for 69f289e
drivers/net/ethernet/mellanox/mlxsw/spectrum.c
@@ -3598,6 +3598,7 @@ static const struct mlxsw_config_profile mlxsw_sp2_config_profile = {
3598
.used_cqe_time_stamp_type = 1,
3599
.cqe_time_stamp_type = MLXSW_CMD_MBOX_CONFIG_PROFILE_CQE_TIME_STAMP_TYPE_UTC,
3600
.lag_mode_prefer_sw = true,
3601
+ .flood_mode_prefer_cff = true,
3602
};
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
3628
3629
3630
3631
3632
3633
static void
0 commit comments