Re: [Qemu-devel] [RFC V3 0/2] continuous leaky bucket throttling

2013-08-07 Thread Benoît Canet
> I saw more discussion on IRC. Does this mean you will send another > revision to address outstanding issues? > > Just wanted to check if you are waiting for code review or if you are > still developing the next patch revision. I am currently finishing to write unit tests for the next patch rev

Re: [Qemu-devel] [RFC V3 0/2] continuous leaky bucket throttling

2013-08-07 Thread Stefan Hajnoczi
On Fri, Aug 02, 2013 at 05:53:00PM +0200, Benoît Canet wrote: > This patchset implement continous leaky bucket throttling. > > It works mostly on the general case. > The exception is where the load is composed of both reads and writes and two > limits iops_rd and iops_wr are set. > The resulting i

Re: [Qemu-devel] [RFC V3 0/2] continuous leaky bucket throttling

2013-08-06 Thread Fam Zheng
On Fri, 08/02 17:53, Benoît Canet wrote: > This patchset implement continous leaky bucket throttling. > > It works mostly on the general case. > The exception is where the load is composed of both reads and writes and two > limits iops_rd and iops_wr are set. > The resulting iops are a little abov

[Qemu-devel] [RFC V3 0/2] continuous leaky bucket throttling

2013-08-02 Thread Benoît Canet
This patchset implement continous leaky bucket throttling. It works mostly on the general case. The exception is where the load is composed of both reads and writes and two limits iops_rd and iops_wr are set. The resulting iops are a little above half of the given limits. I tried various strategie