lkml.org 
[lkml]   [2019]   [Jun]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 08/10] blkcg: implement blk-ioweight
Hello, Toke.

On Fri, Jun 14, 2019 at 02:17:45PM +0200, Toke Høiland-Jørgensen wrote:
> One question: How are equal-weight cgroups scheduled relative to each
> other? Or requests from different processes within a single cgroup for
> that matter? FIFO? Round-robin? Something else?

Once each cgroup got their hierarchical weight and current vtime for
the period, they don't talk to each other. Each is expected to do the
right thing on their own. When the period ends, the timer looks at
how the device is performing, how much each used and so on and then
make necessary adjustments. So, there's no direct cross-cgroup
synchronization. Each is throttled to their target level
independently.

Within a single cgroup, the IOs are FIFO. When an IO has enough vtime
credit, it just passes through. When it doesn't, it always waits
behind any other IOs which are already waiting.

Thanks.

--
tejun

\
 
 \ /
  Last update: 2019-06-14 17:09    [W:0.122 / U:0.076 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site