Re: [PATCH] common/cnxk: update extra stats for inline device

2022-06-16 Thread Jerin Jacob
On Mon, Jun 13, 2022 at 3:20 PM Rakesh Kudurumalla wrote: > > inline device NIX RX and RQ stats are updated > on PKTIO extra stats > > Signed-off-by: Rakesh Kudurumalla Updated the git commit as follows and applied to dpdk-next-net-mrvl/for-next-net. Thanks common/cnxk: update extra stats f

[PATCH] common/cnxk: update extra stats for inline device

2022-06-13 Thread Rakesh Kudurumalla
inline device NIX RX and RQ stats are updated on PKTIO extra stats Signed-off-by: Rakesh Kudurumalla --- drivers/common/cnxk/roc_nix_stats.c | 179 +-- drivers/common/cnxk/roc_nix_xstats.h | 29 - 2 files changed, 144 insertions(+), 64 deletions(-) diff --git a/dri