Re: [PATCH v3] common/cnxk: add new APIs for batch operations

2023-05-30 Thread Jerin Jacob
On Tue, May 30, 2023 at 2:43 PM Ashwin Sekhar T K wrote: > > Add new APIs for counting and extracting allocated objects > from a single cache line in the batch alloc memory. > > Signed-off-by: Ashwin Sekhar T K Applied to dpdk-next-net-mrvl/for-next-net. Thanks > --- > drivers/common/cnxk/roc

[PATCH v3] common/cnxk: add new APIs for batch operations

2023-05-30 Thread Ashwin Sekhar T K
Add new APIs for counting and extracting allocated objects from a single cache line in the batch alloc memory. Signed-off-by: Ashwin Sekhar T K --- drivers/common/cnxk/roc_npa.h | 78 ++- 1 file changed, 67 insertions(+), 11 deletions(-) diff --git a/drivers/comm