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

2021-04-27 Thread Olivier Matz
On Thu, Apr 22, 2021 at 08:29:36PM -0500, Dharmik Thakkar wrote: > Subject: [dpdk-dev] [PATCH v4 0/2] lib/mempool: add debug stats I missed that one: please use "mempool:" instead of "lib/mempool:" prefix in the titles. Thanks, Olivier > > - Add debug counters fo

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

2021-04-22 Thread Dharmik Thakkar
- Add debug counters for objects put/get to/from the common pool. - Make __MEMPOOL_STAT_ADD() more generic --- v4: - Remove cache stats v3: - Add a patch to make stat add macro generic - Remove other stat add/subtract macros - Rename counters for better understanding - Add put/get cache bulk