From: "Satoshi UCHIDA" <s-uchida@ap.jp.nec.com>
To: "'Peter Zijlstra'" <peterz@infradead.org>
Cc: <linux-kernel@vger.kernel.org>,
<containers@lists.linux-foundation.org>,
<virtualization@lists.linux-foundation.org>,
<jens.axboe@oracle.com>, "'Ryo Tsuruta'" <ryov@valinux.co.jp>,
"'Andrea Righi'" <righi.andrea@gmail.com>, <ngupta@google.com>,
<fernando@oss.ntt.co.jp>, <vtaras@openvz.org>,
"'Hirokazu Takahashi'" <taka@valinux.co.jp>,
<balbir@linux.vnet.ibm.com>,
"'Andrew Morton'" <akpm@linux-foundation.org>,
<menage@google.com>,
"'SUGAWARA Tomoyoshi'" <tom-sugawara@ap.jp.nec.com>,
<paolo.valente@unimore.it>,
"'Fabio Checconi'" <fabio@gandalf.sssup.it>
Subject: RE: [PATCH][RFC][12+2][v3] A expanded CFQ scheduler for cgroups
Date: Wed, 12 Nov 2008 18:22:29 +0900 [thread overview]
Message-ID: <000001c944a8$2f3867b0$8da93710$@jp.nec.com> (raw)
In-Reply-To: <1226480279.7685.2980.camel@twins>
Hi, Peter.
> Just wondering,.. have you lot looked at the recently posted BFQ
> patches?
>
> BFQ looks like a very promising elevator, its has tighter bounds than
> CFQ and already does the cgroup thing.
This patchset is improved our previous scheduler(sent 04/01/2008) and resolves some problems.
And, we scheduler can control at the two layers.
Namely, it can control I/O among groups and I/O among tasks within a group.
I always check in containers ML mainly.
So, I found I/O control patches in it ML, dm-iobnd, io-throttle, Naveen's Anticipatory I/O scheduler,
Vasily's CFQ scheduler and Vivek's Another IO controller.
And today I know the BFQ scheduler, so I'm not looked at the BFQ yet.
Now, I'm looking its patch.
Thanks, comments.
Satoshi UCHIDA
> -----Original Message-----
> From: Peter Zijlstra [mailto:peterz@infradead.org]
> Sent: Wednesday, November 12, 2008 5:58 PM
> To: Satoshi UCHIDA
> Cc: linux-kernel@vger.kernel.org;
> containers@lists.linux-foundation.org;
> virtualization@lists.linux-foundation.org; jens.axboe@oracle.com; 'Ryo
> Tsuruta'; 'Andrea Righi'; ngupta@google.com; fernando@oss.ntt.co.jp;
> vtaras@openvz.org; 'Hirokazu Takahashi'; balbir@linux.vnet.ibm.com;
> 'Andrew Morton'; menage@google.com; SUGAWARA Tomoyoshi;
> paolo.valente@unimore.it; Fabio Checconi
> Subject: Re: [PATCH][RFC][12+2][v3] A expanded CFQ scheduler for cgroups
>
> Hi,
>
> Just wondering,.. have you lot looked at the recently posted BFQ
> patches?
>
> BFQ looks like a very promising elevator, its has tighter bounds than
> CFQ and already does the cgroup thing.
>
> -----Original Message-----
> From: Peter Zijlstra [mailto:peterz@infradead.org]
> Sent: Wednesday, November 12, 2008 5:58 PM
> To: Satoshi UCHIDA
> Cc: linux-kernel@vger.kernel.org;
> containers@lists.linux-foundation.org;
> virtualization@lists.linux-foundation.org; jens.axboe@oracle.com; 'Ryo
> Tsuruta'; 'Andrea Righi'; ngupta@google.com; fernando@oss.ntt.co.jp;
> vtaras@openvz.org; 'Hirokazu Takahashi'; balbir@linux.vnet.ibm.com;
> 'Andrew Morton'; menage@google.com; SUGAWARA Tomoyoshi;
> paolo.valente@unimore.it; Fabio Checconi
> Subject: Re: [PATCH][RFC][12+2][v3] A expanded CFQ scheduler for cgroups
>
> Hi,
>
> Just wondering,.. have you lot looked at the recently posted BFQ
> patches?
>
> BFQ looks like a very promising elevator, its has tighter bounds than
> CFQ and already does the cgroup thing.
>
prev parent reply other threads:[~2008-11-12 9:23 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-12 8:15 Satoshi UCHIDA
2008-11-12 8:23 ` [PATCH][cfq-cgroups][01/12] Move basic strcture variable to header file Satoshi UCHIDA
2008-11-12 8:24 ` [PATCH][cfq-cgroups][02/12] Introduce "cfq_driver_data" structure Satoshi UCHIDA
2008-11-12 8:25 ` [PATCH][cfq-cgroups][03/12] Add cgroup file and modify configure files Satoshi UCHIDA
2008-11-12 8:26 ` [PATCH][cfq-cgroups][04/12] Register or unregister "cfq-cgroups" module Satoshi UCHIDA
2008-11-12 8:26 ` [PATCH][cfq-cgroups][05/12] Introduce cgroups structure with ioprio entry Satoshi UCHIDA
2008-11-12 8:27 ` [PATCH][cfq-cgroups][06/12] Add siblings tree control for driver data(cfq_driver_data) Satoshi UCHIDA
2008-11-12 8:28 ` [PATCH][cfq-cgroups][07/12] Add sibling tree control for group data(cfq_cgroup) Satoshi UCHIDA
2008-11-12 8:29 ` [PATCH][cfq-cgroups][08/12] Interface to new cfq data structure in cfq_cgroup module Satoshi UCHIDA
2008-11-12 8:29 ` [PATCH][cfq-cgroups][09/12] Develop service tree control Satoshi UCHIDA
2008-11-12 8:30 ` [PATCH][cfq-cgroups][10/12] Introduce request control for two layer Satoshi UCHIDA
2008-11-12 8:31 ` [PATCH][cfq-cgroups][11/12] Expand idle slice timer function Satoshi UCHIDA
2008-11-12 8:31 ` [PATCH][cfq-cgroups][12/12] Interface for parameter of cfq driver data Satoshi UCHIDA
2008-11-12 8:37 ` [PATCH][cfq-cgroups][Option 1] Introduce a think time valid entry Satoshi UCHIDA
2008-11-12 8:37 ` [PATCH][cfq-cgroups][Option 2] Introduce ioprio class for top layer Satoshi UCHIDA
2008-11-12 8:57 ` [PATCH][RFC][12+2][v3] A expanded CFQ scheduler for cgroups Peter Zijlstra
2008-11-12 9:22 ` Satoshi UCHIDA [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='000001c944a8$2f3867b0$8da93710$@jp.nec.com' \
--to=s-uchida@ap.jp.nec.com \
--cc=akpm@linux-foundation.org \
--cc=balbir@linux.vnet.ibm.com \
--cc=containers@lists.linux-foundation.org \
--cc=fabio@gandalf.sssup.it \
--cc=fernando@oss.ntt.co.jp \
--cc=jens.axboe@oracle.com \
--cc=linux-kernel@vger.kernel.org \
--cc=menage@google.com \
--cc=ngupta@google.com \
--cc=paolo.valente@unimore.it \
--cc=peterz@infradead.org \
--cc=righi.andrea@gmail.com \
--cc=ryov@valinux.co.jp \
--cc=taka@valinux.co.jp \
--cc=tom-sugawara@ap.jp.nec.com \
--cc=virtualization@lists.linux-foundation.org \
--cc=vtaras@openvz.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®