Re: [PATCH v4 2/2] mempool: optimized debug statistics

2022-10-30 Thread Thomas Monjalon
30/10/2022 10:09, Morten Brørup: > > From: Morten Brørup [mailto:m...@smartsharesystems.com] > > Sent: Friday, 28 October 2022 08.42 > > > > When built with debug enabled (RTE_LIBRTE_MEMPOOL_DEBUG defined), the > > performance of mempools with caches is improved as follows. > > > > Accessing obje

RE: [PATCH v4 2/2] mempool: optimized debug statistics

2022-10-30 Thread Morten Brørup
> From: Morten Brørup [mailto:m...@smartsharesystems.com] > Sent: Friday, 28 October 2022 08.42 > > When built with debug enabled (RTE_LIBRTE_MEMPOOL_DEBUG defined), the > performance of mempools with caches is improved as follows. > > Accessing objects in the mempool is likely to increment eithe

[PATCH v4 2/2] mempool: optimized debug statistics

2022-10-27 Thread Morten Brørup
When built with debug enabled (RTE_LIBRTE_MEMPOOL_DEBUG defined), the performance of mempools with caches is improved as follows. Accessing objects in the mempool is likely to increment either the put_bulk and put_objs or the get_success_bulk and get_success_objs debug statistics counters. By add