[dpdk-dev] [PATCH v3 0/2] lib/mempool: add debug stats
Dharmik Thakkar
dharmik.thakkar at arm.com
Tue Apr 20 02:07:58 CEST 2021
- Add debug counters for objects put/get to/from the cache and
the common pool.
- Make __MEMPOOL_STAT_ADD() more generic
---
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 counters
v2:
- Fix typo in the commit message
---
Dharmik Thakkar (1):
lib/mempool: make stats macro generic
Joyce Kong (1):
lib/mempool: distinguish debug counters from cache and pool
lib/librte_mempool/rte_mempool.c | 24 +++++++++++
lib/librte_mempool/rte_mempool.h | 71 ++++++++++++++++++++------------
2 files changed, 68 insertions(+), 27 deletions(-)
--
2.17.1
More information about the dev
mailing list