Re: [PATCH net-next] mlx5: use correct counter

2019-08-06 Thread Jonathan Lemon
On 6 Aug 2019, at 12:03, Saeed Mahameed wrote: > On Tue, 2019-08-06 at 11:28 -0700, Jonathan Lemon wrote: >> mlx5e_grp_q_update_stats seems to be using the wrong counter >> for if_down_packets. >> >> Signed-off-by: Jonathan Lemon >> --- >> drivers/net/ethernet/mellanox/mlx5/core/en_stats.c | 2 +

Re: [PATCH net-next] mlx5: use correct counter

2019-08-06 Thread Saeed Mahameed
On Tue, 2019-08-06 at 11:28 -0700, Jonathan Lemon wrote: > mlx5e_grp_q_update_stats seems to be using the wrong counter > for if_down_packets. > > Signed-off-by: Jonathan Lemon > --- > drivers/net/ethernet/mellanox/mlx5/core/en_stats.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >