Re: [PATCH v5 3/3] mempool: use cache for frequently updated stats

2022-11-10 Thread Thomas Monjalon
09/11/2022 19:18, Morten Brørup: > When built with stats enabled (RTE_LIBRTE_MEMPOOL_STATS defined), the > performance of mempools with caches is improved as follows. Series applied, thanks.

[PATCH v5 3/3] mempool: use cache for frequently updated stats

2022-11-09 Thread Morten Brørup
When built with stats enabled (RTE_LIBRTE_MEMPOOL_STATS defined), the performance of mempools with caches is improved as follows. When accessing objects in the mempool, either the put_bulk and put_objs or the get_success_bulk and get_success_objs statistics counters are likely to be incremented.