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=false or > /ethdev/xstats,0 > > Signed-off-by: Chengwen Feng <fengcheng...@huawei.com>
Reviewed-by: Ferruh Yigit <ferruh.yi...@amd.com> Applied to dpdk-next-net/main, thanks.