All of lore.kernel.org
 help / color / mirror / Atom feed
* Virtio Block Device Queue Depth
@ 2012-03-08 17:48 George Bottas
  2012-03-09  9:56 ` Stefan Hajnoczi
  0 siblings, 1 reply; 3+ messages in thread
From: George Bottas @ 2012-03-08 17:48 UTC (permalink / raw)
  To: kvm@vger.kernel.org

Hi list,

I have a question regarding changing the queue size that is set in virtio_blk_init(). The current value is 128, which results in setting the queue depth in the Windows guest device to 8. Does anyone know if changing this value to defined maximum (1024) going to result in any issues? NB, we have also increased the thread pool accordingly. Our testing so far has produced a situation where initially we are seeing very high read request rates (1500+), and then at some point the reads from the Windows guest become serialized, i.e. the Windows guest synchronously sends one READ to the host, waits for it to complete, sends the next one, etc.  Has this ever been seen anywhere else? 

Any help on this would be appreciated.

Thanks,
George

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-03-10  0:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-08 17:48 Virtio Block Device Queue Depth George Bottas
2012-03-09  9:56 ` Stefan Hajnoczi
2012-03-10  0:10   ` Vadim Rozenfeld

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.