@@ -73,7 +73,8 @@ static const struct counter_desc sw_stats_desc[] = {
7373 { MLX5E_DECLARE_STAT (struct mlx5e_sw_stats , tx_udp_seg_rem ) },
7474 { MLX5E_DECLARE_STAT (struct mlx5e_sw_stats , tx_cqe_err ) },
7575 { MLX5E_DECLARE_STAT (struct mlx5e_sw_stats , rx_wqe_err ) },
76- { MLX5E_DECLARE_STAT (struct mlx5e_sw_stats , rx_mpwqe_filler ) },
76+ { MLX5E_DECLARE_STAT (struct mlx5e_sw_stats , rx_mpwqe_filler_cqes ) },
77+ { MLX5E_DECLARE_STAT (struct mlx5e_sw_stats , rx_mpwqe_filler_strides ) },
7778 { MLX5E_DECLARE_STAT (struct mlx5e_sw_stats , rx_buff_alloc_err ) },
7879 { MLX5E_DECLARE_STAT (struct mlx5e_sw_stats , rx_cqe_compress_blks ) },
7980 { MLX5E_DECLARE_STAT (struct mlx5e_sw_stats , rx_cqe_compress_pkts ) },
@@ -144,7 +145,8 @@ void mlx5e_grp_sw_update_stats(struct mlx5e_priv *priv)
144145 s -> rx_xdp_tx_cqe += rq_stats -> xdp_tx_cqe ;
145146 s -> rx_xdp_tx_full += rq_stats -> xdp_tx_full ;
146147 s -> rx_wqe_err += rq_stats -> wqe_err ;
147- s -> rx_mpwqe_filler += rq_stats -> mpwqe_filler ;
148+ s -> rx_mpwqe_filler_cqes += rq_stats -> mpwqe_filler_cqes ;
149+ s -> rx_mpwqe_filler_strides += rq_stats -> mpwqe_filler_strides ;
148150 s -> rx_buff_alloc_err += rq_stats -> buff_alloc_err ;
149151 s -> rx_cqe_compress_blks += rq_stats -> cqe_compress_blks ;
150152 s -> rx_cqe_compress_pkts += rq_stats -> cqe_compress_pkts ;
@@ -1129,7 +1131,8 @@ static const struct counter_desc rq_stats_desc[] = {
11291131 { MLX5E_DECLARE_RX_STAT (struct mlx5e_rq_stats , lro_bytes ) },
11301132 { MLX5E_DECLARE_RX_STAT (struct mlx5e_rq_stats , removed_vlan_packets ) },
11311133 { MLX5E_DECLARE_RX_STAT (struct mlx5e_rq_stats , wqe_err ) },
1132- { MLX5E_DECLARE_RX_STAT (struct mlx5e_rq_stats , mpwqe_filler ) },
1134+ { MLX5E_DECLARE_RX_STAT (struct mlx5e_rq_stats , mpwqe_filler_cqes ) },
1135+ { MLX5E_DECLARE_RX_STAT (struct mlx5e_rq_stats , mpwqe_filler_strides ) },
11331136 { MLX5E_DECLARE_RX_STAT (struct mlx5e_rq_stats , buff_alloc_err ) },
11341137 { MLX5E_DECLARE_RX_STAT (struct mlx5e_rq_stats , cqe_compress_blks ) },
11351138 { MLX5E_DECLARE_RX_STAT (struct mlx5e_rq_stats , cqe_compress_pkts ) },
0 commit comments