Re: [dpdk-dev] [PATCH v5 2/2] mempool: distinguish debug counters from cache and pool

2021-05-03 Thread Olivier Matz
On Tue, Apr 27, 2021 at 11:01:40AM -0500, Dharmik Thakkar wrote: > From: Joyce Kong > > If cache is enabled, objects will be retrieved/put from/to cache, > subsequently from/to the common pool. Now the debug stats calculate > the objects retrieved/put from/to cache and pool together, it is > bett

[dpdk-dev] [PATCH v5 2/2] mempool: distinguish debug counters from cache and pool

2021-04-27 Thread Dharmik Thakkar
From: Joyce Kong If cache is enabled, objects will be retrieved/put from/to cache, subsequently from/to the common pool. Now the debug stats calculate the objects retrieved/put from/to cache and pool together, it is better to distinguish them. Signed-off-by: Joyce Kong Signed-off-by: Dharmik Th