Skip to content

Commit 6d0477d

Browse files
cjubrankuba-moo
authored andcommitted
net/mlx5e: Fix missing FEC RS stats for RS_544_514_INTERLEAVED_QUAD
Include MLX5E_FEC_RS_544_514_INTERLEAVED_QUAD in the FEC RS stats handling. This addresses a gap introduced when adding support for 200G/lane link modes. Fixes: 4e343c1 ("net/mlx5e: Support FEC settings for 200G per lane link modes") Signed-off-by: Carolina Jubran <[email protected]> Reviewed-by: Dragos Tatulea <[email protected]> Reviewed-by: Yael Chemla <[email protected]> Signed-off-by: Tariq Toukan <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent efb877c commit 6d0477d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/net/ethernet/mellanox/mlx5/core/en_stats.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1466,6 +1466,7 @@ static void fec_set_block_stats(struct mlx5e_priv *priv,
14661466
case MLX5E_FEC_RS_528_514:
14671467
case MLX5E_FEC_RS_544_514:
14681468
case MLX5E_FEC_LLRS_272_257_1:
1469+
case MLX5E_FEC_RS_544_514_INTERLEAVED_QUAD:
14691470
fec_set_rs_stats(fec_stats, out);
14701471
return;
14711472
case MLX5E_FEC_FIRECODE:

0 commit comments

Comments
 (0)