qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: Peter Lieven <pl@dlhnet.de>
Cc: kwolf@redhat.com, Markus Armbruster <armbru@redhat.com>,
	"qemu-devel@nongnu.org" <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PATCH] block: init bs->io_base correctly to avoid locking
Date: Thu, 10 Jan 2013 14:29:21 +0100	[thread overview]
Message-ID: <50EEC231.4070902@redhat.com> (raw)
In-Reply-To: <6592CE68-7813-432D-9B76-B6379CAFC2D4@dlhnet.de>

Il 10/01/2013 13:58, Peter Lieven ha scritto:
> 
> Am 10.01.2013 um 13:15 schrieb Paolo Bonzini <pbonzini@redhat.com>:
> 
>> Il 10/01/2013 13:12, Peter Lieven ha scritto:
>>>>>
>>>>> But perhaps we do not need to start a slice at all when iolimits are
>>>>> set.  That is, do
>>>>>
>>>>> bs->slice_start = bs->slice_end = bs->slice_time = 0;
>>>>>
>>>>> or perhaps even nothing at all since bdrv_io_limits_disable should have
>>>>> written those exact values.
>>> Or it was set when the BlockDriverState was initialized.
>>>
>>> I am not familiar enough with the io limits code to decide if not starting a slice
>>> is also correct.
>>
>> I haven't tested it, but if it works, I think it is better.
>>
>> Think of it this way: it doesn't matter whether the first I/O operation
>> comes immediately after limits are set, or 10 seconds later.  In the
>> latter case, bdrv_exceed_io_limits will _already_ start a new slice.  It
>> is better to be consistent and always delay the start of the slice.
>>
> 
> seems to be working as well.
> 
> are you happy with:
> 
> block: fix initialization in bdrv_io_limits_enable()

Sure.

Paolo

  reply	other threads:[~2013-01-10 13:29 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-10  9:21 [Qemu-devel] [PATCH] block: init bs->io_base correctly to avoid locking Peter Lieven
2013-01-10 10:19 ` Paolo Bonzini
2013-01-10 10:52   ` Peter Lieven
2013-01-10 10:55     ` Paolo Bonzini
2013-01-10 11:02       ` Peter Lieven
2013-01-10 10:45 ` Markus Armbruster
2013-01-10 10:55   ` Paolo Bonzini
2013-01-10 11:52     ` Markus Armbruster
2013-01-10 11:57       ` Peter Lieven
2013-01-10 12:09         ` Paolo Bonzini
2013-01-10 12:12           ` Peter Lieven
2013-01-10 12:15             ` Paolo Bonzini
2013-01-10 12:26               ` Peter Lieven
2013-01-10 12:58               ` Peter Lieven
2013-01-10 13:29                 ` Paolo Bonzini [this message]
2013-01-10 10:59   ` Peter Lieven
2013-01-10 11:17     ` Paolo Bonzini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=50EEC231.4070902@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=armbru@redhat.com \
    --cc=kwolf@redhat.com \
    --cc=pl@dlhnet.de \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).