Re: [PATCH 14/16] blkio: Idle on a group for some time on rotational media

From: Corrado Zoccolo
Date: Fri Nov 13 2009 - 05:59:09 EST


Hi Vivek,
On Fri, Nov 13, 2009 at 12:32 AM, Vivek Goyal <vgoyal@xxxxxxxxxx> wrote:
> o If a group is not continuously backlogged, then it will be deleted from
> Âservice tree and loose it share. For example, if a single random seeky
> Âreader or a single sequential reader is running in group.
>
Without groups, a single sequential reader would already have its 10ms
idle slice, and a single random reader on the noidle service tree
would have its 2ms idle, before switching to a new workload. Were
those removed in the previous patches (and this patches re-enable
them), or this introduces an additional idle between groups?

> o One solution is to let group loose it share if it is not backlogged and
> Âother solution is to wait a bit for the slow group so that it can get its
> Âtime slice. This patch implements waiting for a group to wait a bit.
>
> o This waiting is disabled for NCQ SSDs.
>
> o This patch also intorduces the tunable "group_idle" which can enable/disable
> Âgroup idling manually.
>
> Signed-off-by: Vivek Goyal <vgoyal@xxxxxxxxxx>

Thanks,
Corrado
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/