qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-block] virtio-scsi and request splitting


From: Paolo Bonzini
Subject: Re: [Qemu-block] virtio-scsi and request splitting
Date: Thu, 1 Jun 2017 16:21:08 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0


On 01/06/2017 16:11, Peter Lieven wrote:
> Where shall I send the traces?
> 
> The output for the dd phase looks sth like this. Is this correct?
> 
> virtqueue_alloc_element 30498.707 pid=28286 elem=0x560dcca24200 sz=0xf0 
> in_num=0x1 out_num=0x36
> virtqueue_alloc_element 7.558 pid=28286 elem=0x560dcca22680 sz=0xf0 
> in_num=0x1 out_num=0x1a
> virtqueue_alloc_element 1.410 pid=28286 elem=0x560dcdf916c0 sz=0xf0 
> in_num=0x1 out_num=0x2

Yeah, I guess this is enough.  This is it:

    DEFINE_PROP_UINT32("max_sectors", VirtIOSCSI,
                       parent_obj.conf.max_sectors,
                       0xFFFF),

We could increase it now that we have support for max_xfer_len passthrough.

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]