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