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

Hiroki Narukawa posted 1 patch 2 years, 3 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220106082057.968-1-hnarukaw@yahoo-corp.jp
Maintainers: Stefan Hajnoczi <stefanha@redhat.com>, Hanna Reitz <hreitz@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, Kevin Wolf <kwolf@redhat.com>
There is a newer version of this series
hw/block/virtio-blk.c    |  3 +++
include/qemu/coroutine.h |  5 +++++
util/qemu-coroutine.c    | 15 +++++++++++----
3 files changed, 19 insertions(+), 4 deletions(-)
[PATCH 0/1] Patch to adjust coroutine pool size adaptively
Posted by Hiroki Narukawa 2 years, 3 months ago
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 patch?

Hiroki Narukawa (1):
  util: adjust coroutine pool size to virtio block queue

 hw/block/virtio-blk.c    |  3 +++
 include/qemu/coroutine.h |  5 +++++
 util/qemu-coroutine.c    | 15 +++++++++++----
 3 files changed, 19 insertions(+), 4 deletions(-)

-- 
2.17.1