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

2022-02-18 Thread Jerin Jacob
On Fri, Feb 18, 2022 at 12:54 PM Ashwin Sekhar T K wrote: > > Fix bug in batch alloc issue failure path where it was > enqueuing invalid pointers back to the pool. The code > should rightly be falling back to default dequeue path > in such cases. > > Fixes: 91531e63f4 ("mempool/cnxk: add cn10k bat

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

2022-02-17 Thread Ashwin Sekhar T K
Fix bug in batch alloc issue failure path where it was enqueuing invalid pointers back to the pool. The code should rightly be falling back to default dequeue path in such cases. Fixes: 91531e63f4 ("mempool/cnxk: add cn10k batch dequeue") Signed-off-by: Ashwin Sekhar T K --- drivers/mempool/cnx