net/mlx5e: Rename physical symbol errors counter
authorGal Pressman <galp@mellanox.com>
Wed, 19 Apr 2017 15:10:37 +0000 (18:10 +0300)
committerSaeed Mahameed <saeedm@mellanox.com>
Thu, 15 Jun 2017 21:18:15 +0000 (00:18 +0300)
commitebc88870dab343ef3d16832e40d53bd21f1bf0e5
tree284d003b845071cbc224844193b766ccd5cc35b7
parent3e432ab6d9eb3671e065cd7a009adefd6dbf4a04
net/mlx5e: Rename physical symbol errors counter

Rename rx_symbol_errors_phy to rx_pcs_symbol_err_phy, in order to
prevent confusion with rx_symbol_err_phy counter.

rx_pcs_symbol_err_phy counter counts the number of symbol errors that
were detected on the PCS (regardless of traffic) and weren't
corrected by FEC correction algorithm or that FEC algorithm was
not active on this interface.

rx_symbol_err_phy refers to errors on packet level (physical error
during a packet receive).

Fixes: 5db0a4f64c04 ("net/mlx5e: Expose physical layer statistical...")
Signed-off-by: Gal Pressman <galp@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
Cc: kernel-team@fb.com
drivers/net/ethernet/mellanox/mlx5/core/en_stats.h