Re: [PATCH 0/1 v2] Patch to adjust coroutine pool size adaptively

2022-01-26 Thread Stefan Hajnoczi
On Mon, Jan 24, 2022 at 10:01:30AM +, Hiroki Narukawa wrote: > ping, how is the status of this patch? > > Link for this patch v2 on patchew is this one: > https://patchew.org/QEMU/20220111091950.840-1-hnaru...@yahoo-corp.jp/ > The last message on patch v1 is this one: > https://lore.kernel.o

RE: [PATCH 0/1 v2] Patch to adjust coroutine pool size adaptively

2022-01-24 Thread Hiroki Narukawa
ping, how is the status of this patch? Link for this patch v2 on patchew is this one: https://patchew.org/QEMU/20220111091950.840-1-hnaru...@yahoo-corp.jp/ The last message on patch v1 is this one: https://lore.kernel.org/qemu-devel/tycpr01mb8357e8d13d661265cdbb442c80...@tycpr01mb8357.jpnprd01.p

[PATCH 0/1 v2] Patch to adjust coroutine pool size adaptively

2022-01-11 Thread Hiroki Narukawa
Resending patch with fixing atomic access method to use qatomic_read(). We encountered random disk IO performance drop since qemu-5.0.0, and this patch fixes it. Commit message in c740ad92 implied to adjust coroutine pool size adaptively, so I tried to implement this. Could you review this pat