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

2024-10-28 Thread Stephen Hemminger
On Mon, 28 Oct 2024 16:27:41 +0200 Viacheslav Ovsiienko wrote: > The mlx5 provides the scheduling send on time capability. > The check the operating status of this feature the xstats > counters are provided. This patch adds the counter descriptions > and provides some meaningful information how t

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

2024-10-28 Thread Viacheslav Ovsiienko
The mlx5 provides the scheduling send on time capability. The check the operating status of this feature the xstats 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: Viacheslav Ovs