Re: [PATCH v2] doc: add mlx5 xstats send scheduling counters description

2024-11-27 Thread Thomas Monjalon
27/11/2024 01:36, Stephen Hemminger: > On Thu, 31 Oct 2024 10:04:38 +0200 > Viacheslav Ovsiienko wrote: > > > The mlx5 provides the scheduling send on time capability. > > To check the operating status of this feature the extended statistics > > counters are provided. This patch adds the counter

Re: [PATCH v2] doc: add mlx5 xstats send scheduling counters description

2024-11-26 Thread Stephen Hemminger
On Thu, 31 Oct 2024 10:04:38 +0200 Viacheslav Ovsiienko wrote: > The mlx5 provides the scheduling send on time capability. > To check the operating status of this feature the extended statistics > counters are provided. This patch adds the counter descriptions > and provides some meaningful infor

[PATCH v2] doc: add mlx5 xstats send scheduling counters description

2024-10-31 Thread Viacheslav Ovsiienko
The mlx5 provides the scheduling send on time capability. To check the operating status of this feature the extended statistics counters are provided. This patch adds the counter descriptions and provides some meaningful information how to interpret the counter values in runtime. Signed-off-by: Vi