Re: [PATCH v4 1/3] mempool: split stats from debug

2022-11-06 Thread Andrew Rybchenko
On 11/4/22 15:03, Morten Brørup wrote: Split stats from debug, to make mempool statistics available without the performance cost of continuously validating the debug cookies in the mempool elements. mempool_perf_autotest shows the following improvements in rate_persec. The cost of enabling memp

[PATCH v4 1/3] mempool: split stats from debug

2022-11-04 Thread Morten Brørup
Split stats from debug, to make mempool statistics available without the performance cost of continuously validating the debug cookies in the mempool elements. mempool_perf_autotest shows the following improvements in rate_persec. The cost of enabling mempool debug without this patch: -28.1 % and