qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH V7 0/5] Continuous Leaky Bucket Throttling


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH V7 0/5] Continuous Leaky Bucket Throttling
Date: Fri, 30 Aug 2013 16:21:04 +0200

On Fri, Aug 30, 2013 at 12:06 PM, Paolo Bonzini <address@hidden> wrote:
> Il 30/08/2013 11:53, Stefan Hajnoczi ha scritto:
>>
>> Resources are refilled as time passes, not by completing requests, so
>> there should be no need to act when a request completes.
>
> Resources are refilled also by completing requests.  iops=0, iops_max=10
> is a valid setting that will allow at most 10 I/O operations to be
> active at the same time.

Where do you see that in the code?  LeakyBucket.level is lowered only
as time passes, not by request completion.

Stefan



reply via email to

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