Re: [PATCH] mempool/cnxk: fix bug in batch alloc issue failure path

2022-02-10 Thread Jerin Jacob
On Thu, Feb 10, 2022 at 5:19 PM Ashwin Sekhar T K wrote: > > Fix bug in batch alloc issue failure path. Please specify what is the bug and what is the fix. > > Fixes: 91531e63f4 ("mempool/cnxk: add cn10k batch dequeue") > > Signed-off-by: Ashwin Sekhar T K > --- > drivers/mempool/cnxk/cn10k_me

[PATCH] mempool/cnxk: fix bug in batch alloc issue failure path

2022-02-10 Thread Ashwin Sekhar T K
Fix bug in batch alloc issue failure path. Fixes: 91531e63f4 ("mempool/cnxk: add cn10k batch dequeue") Signed-off-by: Ashwin Sekhar T K --- drivers/mempool/cnxk/cn10k_mempool_ops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mempool/cnxk/cn10k_mempool_ops.c b/dr