Re: [PATCH] net/cnxk: fix to display extended stats

2022-07-04 Thread Jerin Jacob
On Fri, Jul 1, 2022 at 6:21 PM Rakesh Kudurumalla wrote: > > This fix replaces the usage of roc_nix_num_xstats_get() > which is compile time api with runtime api > roc_nix_xstats_names_get() resolving xstat count > difference for cn9k and cn10k while displaying xstats > for dpdk ports > > Fixes: 8

[PATCH] net/cnxk: fix to display extended stats

2022-07-01 Thread Rakesh Kudurumalla
This fix replaces the usage of roc_nix_num_xstats_get() which is compile time api with runtime api roc_nix_xstats_names_get() resolving xstat count difference for cn9k and cn10k while displaying xstats for dpdk ports Fixes: 825bd1d9d8e6 ("common/cnxk: update extra stats for inline device") Signed