Re: [dpdk-dev] [PATCH 2/2] common/cnxk: fix SPI to SA index destroy

2023-03-14 Thread Jerin Jacob
On Mon, Mar 13, 2023 at 10:54 AM wrote: > > From: Satheesh Paul > > While destroying SPI to SA index rule, inline device > mbox should be used. Adding changes to fix this. > > Fixes: 04087b781484 ("common/cnxk: support SPI to SA index") Merged only 2/2 for rc3 as it is a fix. Applied to dpdk-nex

[dpdk-dev] [PATCH 2/2] common/cnxk: fix SPI to SA index destroy

2023-03-12 Thread psatheesh
From: Satheesh Paul While destroying SPI to SA index rule, inline device mbox should be used. Adding changes to fix this. Fixes: 04087b781484 ("common/cnxk: support SPI to SA index") Signed-off-by: Kiran Kumar K Signed-off-by: Satheesh Paul --- drivers/common/cnxk/roc_npc.c | 14 +++