Re: [dpdk-dev] [PATCH ] common/cnxk: fix nibble parsing order when dumping MCAM

2021-12-21 Thread Jerin Jacob
On Wed, Nov 24, 2021 at 1:43 PM wrote: > > From: Satheesh Paul > > Fix the order in which layer flags and layer type fields > are parsed when dumping the MCAM data. > > Fixes: 9869c39918 ("common/cnxk: support flow entry dump") > Cc: sta...@dpdk.org > > Signed-off-by: Satheesh Paul Acked-by: J

[dpdk-dev] [PATCH ] common/cnxk: fix nibble parsing order when dumping MCAM

2021-11-23 Thread psatheesh
From: Satheesh Paul Fix the order in which layer flags and layer type fields are parsed when dumping the MCAM data. Fixes: 9869c39918 ("common/cnxk: support flow entry dump") Cc: sta...@dpdk.org Signed-off-by: Satheesh Paul --- drivers/common/cnxk/roc_npc_mcam_dump.c | 40