Re: [PATCH] common/cnxk: adds cn10k specific xstats

2022-02-23 Thread Jerin Jacob
On Wed, Feb 23, 2022 at 6:21 PM Rahul Bhansali wrote: > > This adds cn10k specific rx xstats of bpf, cpt and > ipsecd counters. > > Signed-off-by: Rahul Bhansali Acked-by: Jerin Jacob Changed the git commit as follows and Applied to dpdk-next-net-mrvl/for-next-net. Thanks common/cnxk: ad

[PATCH] common/cnxk: adds cn10k specific xstats

2022-02-23 Thread Rahul Bhansali
This adds cn10k specific rx xstats of bpf, cpt and ipsecd counters. Signed-off-by: Rahul Bhansali --- drivers/common/cnxk/hw/nix.h | 1 + drivers/common/cnxk/roc_nix_stats.c | 14 ++ drivers/common/cnxk/roc_nix_xstats.h | 20 +++- 3 files changed, 34 inserti