Re: [PATCH] common/cnxk: enable lmtst burst for batch free

2022-01-19 Thread Jerin Jacob
On Sat, Dec 4, 2021 at 4:02 PM Ashwin Sekhar T K wrote: > > Use lmtst burst when more than 15 pointers is requested > to be freed. > > Signed-off-by: Ashwin Sekhar T K Acked-by: Jerin Jacob Applied to dpdk-next-net-mrvl/for-next-net. Thanks Changed the commit as: common/cnxk: enable LMTST

[PATCH] common/cnxk: enable lmtst burst for batch free

2021-12-04 Thread Ashwin Sekhar T K
Use lmtst burst when more than 15 pointers is requested to be freed. Signed-off-by: Ashwin Sekhar T K --- drivers/common/cnxk/roc_npa.h | 86 +++ 1 file changed, 68 insertions(+), 18 deletions(-) diff --git a/drivers/common/cnxk/roc_npa.h b/drivers/common/cnxk/ro