Re: [PATCH] mempool/cnxk: avoid indefinite wait when counting batch alloc pointers

2023-05-03 Thread Jerin Jacob
On Tue, Apr 11, 2023 at 12:52 PM Ashwin Sekhar T K wrote: > > Avoid waiting indefinitely when counting batch alloc pointers by adding a > wait timeout. > > Signed-off-by: Ashwin Sekhar T K Updated the git commit as follows and applied to dpdk-next-net-mrvl/for-next-net. Thanks mempool/cnxk

[PATCH] mempool/cnxk: avoid indefinite wait when counting batch alloc pointers

2023-04-11 Thread Ashwin Sekhar T K
Avoid waiting indefinitely when counting batch alloc pointers by adding a wait timeout. Signed-off-by: Ashwin Sekhar T K --- drivers/common/cnxk/roc_npa.h| 15 +-- drivers/mempool/cnxk/cn10k_mempool_ops.c | 3 ++- 2 files changed, 11 insertions(+), 7 deletions(-) diff -