Re: [dpdk-dev] [PATCH 1/2] common/cnxk: support SPI to SA translation action

2023-04-04 Thread Jerin Jacob
On Mon, Mar 13, 2023 at 10:54 AM wrote: > > From: Kiran Kumar K > > Support SPI to SA index translation action with > SPI bits MS_28_25. > > Signed-off-by: Kiran Kumar K > Reviewed-by: Satheesh Paul > Reviewed-by: Nithin Dabilpuram Applied to dpdk-next-net-mrvl/for-next-net. Thanks > --- >

[dpdk-dev] [PATCH 1/2] common/cnxk: support SPI to SA translation action

2023-03-12 Thread psatheesh
From: Kiran Kumar K Support SPI to SA index translation action with SPI bits MS_28_25. Signed-off-by: Kiran Kumar K Reviewed-by: Satheesh Paul Reviewed-by: Nithin Dabilpuram --- drivers/common/cnxk/roc_npc.c | 4 drivers/common/cnxk/roc_npc.h | 1 + 2 files changed, 5 insertions(+) dif