Re: [PATCH] drivers: wait optionally when counting allocated pointers

2022-06-15 Thread Jerin Jacob
On Fri, Jun 10, 2022 at 9:37 PM Ashwin Sekhar T K wrote: > > When counting the batch allocated pointers in cnxk mempool driver, > currently it always waits for in-flight batch operations to finish. > Add a provision to make this waiting optional. > > Signed-off-by: Ashwin Sekhar T K Applied to d

[PATCH] drivers: wait optionally when counting allocated pointers

2022-06-10 Thread Ashwin Sekhar T K
When counting the batch allocated pointers in cnxk mempool driver, currently it always waits for in-flight batch operations to finish. Add a provision to make this waiting optional. Signed-off-by: Ashwin Sekhar T K --- drivers/common/cnxk/roc_npa.h| 7 +-- drivers/mempool/cnxk/cn