[PATCH 1/2] mempool/cnxk: avoid indefinite wait

2023-05-26 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 -

Re: [PATCH 1/2] mempool/cnxk: avoid indefinite wait

2023-05-29 Thread Jerin Jacob
On Fri, May 26, 2023 at 7:15 PM Ashwin Sekhar T K wrote: > > Avoid waiting indefinitely when counting batch alloc > pointers by adding a wait timeout. Please add Fixes: and change the subject starts with "fix ..." > > Signed-off-by: Ashwin Sekhar T K > --- > drivers/common/cnxk/roc_npa.h