Re: [PATCH v3 0/3] thread-pool: fix performance regression

2022-05-17 Thread Nicolas Saenz Julienne
On Sat, 2022-05-14 at 08:50 +0200, Paolo Bonzini wrote: > Together, these two patches fix the performance regression induced by > QemuSemaphore; individually they don't though. > > The third patch is a small cleanup on top, that was enabled by the > recent introduction of min_threads/max_threads k

[PATCH v3 0/3] thread-pool: fix performance regression

2022-05-13 Thread Paolo Bonzini
Together, these two patches fix the performance regression induced by QemuSemaphore; individually they don't though. The third patch is a small cleanup on top, that was enabled by the recent introduction of min_threads/max_threads knobs for the thread pool. 6.2: iops: min=58051, max=62

[PATCH v3 0/3] thread-pool: fix performance regression

2022-05-13 Thread Paolo Bonzini
Together, these two patches fix the performance regression induced by QemuSemaphore; individually they don't though. The third patch is a small cleanup on top, that was enabled by the recent introduction of min_threads/max_threads knobs for the thread pool. 6.2: iops: min=58051, max=62