lkml.org 
[lkml]   [2011]   [Aug]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH 2/5] writeback: dirty position control
From
Date
On Tue, 2011-08-09 at 19:20 +0200, Peter Zijlstra wrote:
>
> Now all of the above would seem to suggest:
>
> dirty_ratelimit := ref_bw
>
> However for that you use:
>
> if (pos_bw < dirty_ratelimit && ref_bw < dirty_ratelimit)
> dirty_ratelimit = max(ref_bw, pos_bw);
>
> if (pos_bw > dirty_ratelimit && ref_bw > dirty_ratelimit)
> dirty_ratelimit = min(ref_bw, pos_bw);
>
> You have:
>
> pos_bw = dirty_ratelimit * pos_ratio
>
> Which is ref_bw without the write_bw/dirty_bw factor, this confuses me..
> why are you ignoring the shift in output vs input rate there?

Could you elaborate on this primary feedback loop? Its the one part I
don't feel I actually understand well.




\
 
 \ /
  Last update: 2011-08-12 15:07    [W:0.329 / U:0.440 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site