RE: [PATCH 1/1] util: adjust coroutine pool size to virtio block queue

2022-01-28 Thread Hiroki Narukawa
> > /* Config size before the discard support (hide associated config > > fields) */ #define VIRTIO_BLK_CFG_SIZE offsetof(struct > > virtio_blk_config, \ @@ -1222,6 +1223,8 @@ static void > virtio_blk_device_realize(DeviceState *dev, Error **errp) > > for (i = 0; i < conf->num_queues; i++)

Re: [PATCH 1/1] util: adjust coroutine pool size to virtio block queue

2022-01-27 Thread Stefan Hajnoczi
On Tue, Jan 11, 2022 at 06:19:50PM +0900, Hiroki Narukawa wrote: > Coroutine pool size was 64 from long ago, and the basis was organized in the > commit message in c740ad92. > > At that time, virtio-blk queue-size and num-queue were not configuable, and > equivalent values were 128 and 1. > >

RE: [PATCH 1/1] util: adjust coroutine pool size to virtio block queue

2022-01-11 Thread Hiroki Narukawa
> On Thu, Jan 06, 2022 at 05:20:57PM +0900, Hiroki Narukawa wrote: > > Phil, thanks for notifying me. > > > Coroutine pool size was 64 from long ago, and the basis was organized in > > the commit message in c740ad92. > > > > At that time, virtio-blk queue-size and num-queue were not

Re: [PATCH 1/1] util: adjust coroutine pool size to virtio block queue

2022-01-10 Thread Stefan Hajnoczi
On Thu, Jan 06, 2022 at 05:20:57PM +0900, Hiroki Narukawa wrote: Phil, thanks for notifying me. > Coroutine pool size was 64 from long ago, and the basis was organized in the > commit message in c740ad92. > > At that time, virtio-blk queue-size and num-queue were not configuable, and >

Re: [PATCH 1/1] util: adjust coroutine pool size to virtio block queue

2022-01-06 Thread Philippe Mathieu-Daudé
Cc'ing Stefan / Paolo. On 6/1/22 09:20, Hiroki Narukawa wrote: Coroutine pool size was 64 from long ago, and the basis was organized in the commit message in c740ad92. At that time, virtio-blk queue-size and num-queue were not configuable, and equivalent values were 128 and 1. Coroutine