Re: [PATCH] common/cnxk: update NIX and NPA dump function

2022-01-23 Thread Jerin Jacob
On Mon, Dec 20, 2021 at 6:56 PM Rahul Bhansali wrote: > > Updates nix_dump and npa_dump to use plt_dump function. > > Signed-off-by: Rahul Bhansali Acked-by: Jerin Jacob Applied to dpdk-next-net-mrvl/for-next-net. Thanks > --- > drivers/common/cnxk/roc_nix_debug.c | 4 ++-- > drivers/common/cn

[PATCH] common/cnxk: update NIX and NPA dump function

2021-12-20 Thread Rahul Bhansali
Updates nix_dump and npa_dump to use plt_dump function. Signed-off-by: Rahul Bhansali --- drivers/common/cnxk/roc_nix_debug.c | 4 ++-- drivers/common/cnxk/roc_npa_debug.c | 2 +- drivers/common/cnxk/roc_platform.h | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/co