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

2023-02-13 Thread fengchengwen
On 2023/2/14 2:18, Ferruh Yigit wrote: > On 2/13/2023 2:34 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 hid

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

2023-02-13 Thread Ferruh Yigit
On 2/13/2023 2:34 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 (same as the original): > /ethde

[PATCH v2] ethdev: telemetry xstats support hide zero

2023-02-12 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 (same as the original): /ethdev/xstats,0 Signed-off-by: Chengwen Feng --- v2: us