RE: [PATCH] net/mlx5: fix linux stats gathering function

2022-06-05 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Geoffrey Le Gourriérec > Sent: Thursday, March 17, 2022 3:24 PM > To: dev@dpdk.org > Cc: Didier Pallard ; Matan Azrad > ; Slava Ovsiienko > Subject: [PATCH] net/mlx5: fix linux stats gathering function > > This patch encompass

RE: [PATCH] net/mlx5: fix linux stats gathering function

2022-06-02 Thread Matan Azrad
From: Geoffrey Le Gourriérec > This patch encompasses a few fixes carried by a previous patch that aimed to > support bonding device stats counting. > > - If mlx5_os_read_dev_stat fails, it returns 1 instead of a > negative value, causing mlx5_xstats_get to return an invalid > number of coun

RE: [PATCH] net/mlx5: fix linux stats gathering function

2022-05-08 Thread Bassam Zaid AlKilani
> -Original Message- > From: Geoffrey Le Gourriérec > Sent: Thursday, March 17, 2022 15:24 > To: dev@dpdk.org > Cc: Didier Pallard ; Matan Azrad > ; Slava Ovsiienko > Subject: [PATCH] net/mlx5: fix linux stats gathering function > > [Some people who received t

[PATCH] net/mlx5: fix linux stats gathering function

2022-03-22 Thread Geoffrey Le Gourriérec
This patch encompasses a few fixes carried by a previous patch that aimed to support bonding device stats counting. - If mlx5_os_read_dev_stat fails, it returns 1 instead of a negative value, causing mlx5_xstats_get to return an invalid number of counters. Since this error is not blocking, do