Re: [dpdk-dev] [PATCH v5 0/2] mempool: add debug stats

2021-05-04 Thread David Marchand
On Tue, Apr 27, 2021 at 6:02 PM Dharmik Thakkar wrote: > > - Add debug counters for objects put/get to/from the common pool. > - Make __MEMPOOL_STAT_ADD() more generic > Series applied, thanks. -- David Marchand

[dpdk-dev] [PATCH v5 0/2] mempool: add debug stats

2021-04-27 Thread Dharmik Thakkar
- Add debug counters for objects put/get to/from the common pool. - Make __MEMPOOL_STAT_ADD() more generic --- v5: - Fix compilation issue - Move 'increment get_success_bulk/objs' inside __mempool_generic_get v4: - Remove cache stats v3: - Add a patch to make stat add macro generic - Remove