[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH V5 0/5] Continuous Leaky Bucket Throttling
From: |
Stefan Hajnoczi |
Subject: |
Re: [Qemu-devel] [PATCH V5 0/5] Continuous Leaky Bucket Throttling |
Date: |
Fri, 16 Aug 2013 14:14:22 +0200 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Mon, Aug 12, 2013 at 06:53:11PM +0200, Benoît Canet wrote:
> This patchset implement continous leaky bucket throttling.
>
> It use two requests queue to enable to do silly unbalanced throttling like
> block_set_io_throttle 0 0 0 0 6000 1
>
> It use two timer to get the timer callbacks and the throttle.c code simple
>
> It add unit tests.
>
> The throttling core is pretty solid and the surrouding of the patchset needs
> polish. (new options ...)
Looks promising. I still need to try it out and get familiar with how
bursting ("max") works but I've left comments on the patches for now.
Stefan
- [Qemu-devel] [PATCH V5 3/5] block: Enable the new throttling code in the block layer., (continued)