Re: [PATCH v3] ethdev: telemetry xstats support hide zero

2023-02-14 Thread Ferruh Yigit
On 2/14/2023 1:35 AM, Chengwen Feng wrote: > The number of xstats may be large, after the hide zero option is added, > only non-zero values can be displayed. > > So display xstats with hide zero: > /ethdev/xstats,0,hide_zero=true > and without hide zero: > /ethdev/xstats,0,hide_zero=fa

[PATCH v3] ethdev: telemetry xstats support hide zero

2023-02-13 Thread Chengwen Feng
The number of xstats may be large, after the hide zero option is added, only non-zero values can be displayed. So display xstats with hide zero: /ethdev/xstats,0,hide_zero=true and without hide zero: /ethdev/xstats,0,hide_zero=false or /ethdev/xstats,0 Signed-off-by: Chen