Re: [Qemu-devel] [PATCH 1/2] virtio-blk: make queue size configurable

2017-12-08 Thread Stefan Hajnoczi
On Wed, Dec 06, 2017 at 01:54:00PM -0600, Mark Kanda wrote: > Depending on the configuration, it can be beneficial to adjust the virtio-blk > queue size to something other than the current default of 128. Add a new > property to make the queue size configurable. > > Signed-off-by: Mark Kanda > Re

[Qemu-devel] [PATCH 1/2] virtio-blk: make queue size configurable

2017-12-06 Thread Mark Kanda
Depending on the configuration, it can be beneficial to adjust the virtio-blk queue size to something other than the current default of 128. Add a new property to make the queue size configurable. Signed-off-by: Mark Kanda Reviewed-by: Karl Heubaum Reviewed-by: Martin K. Petersen Reviewed-by: A