All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vivek Goyal <vgoyal@redhat.com>
To: Ryo Tsuruta <ryov@valinux.co.jp>
Cc: "Takuya Yoshikawa" <yoshikawa.takuya@oss.ntt.co.jp>,
	xen-devel@lists.xensource.com,
	"Gui Jianfeng" <guijianfeng@cn.fujitsu.com>,
	containers@lists.linux-foundation.org,
	"Li Zefan" <lizf@cn.fujitsu.com>,
	linux-kernel@vger.kernel.org,
	"Steven Rostedt" <rostedt@goodmis.org>,
	virtualization@lists.linux-foundation.org, dm-devel@redhat.com,
	"Dong-Jae Kang" <baramsori72@gmail.com>,
	"Akio Takebe" <takebe_akio@jp.fujitsu.com>,
	"Jens Axboe" <jens.axboe@oracle.com>,
	"Nauman Rafique" <nauman@google.com>,
	"Munehiro Ikeda" <m-ikeda@ds.jp.nec.com>,
	"Fernando Luis Vázquez Cao" <fernando@oss.ntt.co.jp>,
	"Balbir Singh" <balbir@linux.vnet.ibm.com>
Subject: Re: IO controller Mini-Summit 2009
Date: Wed, 14 Oct 2009 13:55:21 -0400	[thread overview]
Message-ID: <20091014175521.GG3528@redhat.com> (raw)
In-Reply-To: <20091014.212444.179938286.ryov@valinux.co.jp>

On Wed, Oct 14, 2009 at 09:24:44PM +0900, Ryo Tsuruta wrote:
> Hello,
> 

Hi Ryo,

CCing people who are planning to attend the mini summit either in person
or phone. (As per your list on io mini summit wiki page). Not sure if
everybody is scanning mailing list for update on mini summit.

I am checking out wiki page for more information like Venue. It says the
venue is linux foundation office Japan. Hopefully there is no change in
that information.

What are the conference call details for the people who might want to join
in over phone? Could not find those. Are you yet to post these?

Thanks
Vivek

> I have summarized the topics for the IO controller mini-summit and
> written the ideas seen in the mailing list.
> 
> - The place where IO controller should be implemented
>   - Block layer in conjunction with the IO scheduler
>   - Common layer right above the IO scheduler
>   - CFQ enhancement.
>   - Both block and common layer, users can select whichever controller
>     they want.
>   - VFS layer
> 
> - What kind of bandwidth control policies are needed?
>   - Proportional weight
>   - Enforcing upper limit
>   - Minimum bandwidth guarantee
> 
> - How to handle buffered writes?
>   - Add dirt-ratio in the memory controller
>   - Add bufferred-write-cgroup to track buffered writebacks
>   - A per group per bdi pdflush threads
> 
> - Who should be charged for swap activity?
>   - who requests a page.
>   - who has a page.
>   - All swap activities are charged to the root group.
> 
> And I would also like to discuss about the followings.
> 
> - Extensions of struct bio
>   - Make a bio point to the io_context of a process which creates the
>     I/O request. This allows to pass the IO scheduling class and
>     priority information to IO controller even if the IO is submitted
>     by another process which does not create the request, such as a
>     worker thread.
>   - Add a new flag to struct bio to identify the bio as urgent. This
>     gives IO controller a chance to handle the bio as high
>     priority. This flag should be set if the bio is created for the
>     page-out operation. 
> 
> - Common test methods to verify the functionality of IO controller.
> 
> Please give me comments and suggestions. I may be missing or
> misunderstanding something.
> 
> Thanks,
> Ryo Tsuruta
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

WARNING: multiple messages have this Message-ID (diff)
From: Vivek Goyal <vgoyal@redhat.com>
To: Ryo Tsuruta <ryov@valinux.co.jp>
Cc: linux-kernel@vger.kernel.org, dm-devel@redhat.com,
	containers@lists.linux-foundation.org,
	virtualization@lists.linux-foundation.org,
	xen-devel@lists.xensource.com,
	"Jens Axboe" <jens.axboe@oracle.com>,
	"Nauman Rafique" <nauman@google.com>,
	"Balbir Singh" <balbir@linux.vnet.ibm.com>,
	"Steven Rostedt" <rostedt@goodmis.org>,
	"Munehiro Ikeda" <m-ikeda@ds.jp.nec.com>,
	"Hirokazu Takahashi" <taka@valinux.co.jp>,
	"Li Zefan" <lizf@cn.fujitsu.com>,
	"Gui Jianfeng" <guijianfeng@cn.fujitsu.com>,
	"Takuya Yoshikawa" <yoshikawa.takuya@oss.ntt.co.jp>,
	"Dong-Jae Kang" <baramsori72@gmail.com>,
	"Isaku Yamahata" <yamahata@valinux.co.jp>,
	"Fernando Luis Vázquez Cao" <fernando@oss.ntt.co.jp>,
	"Akio Takebe" <takebe_akio@jp.fujitsu.com>
Subject: Re: IO controller Mini-Summit 2009
Date: Wed, 14 Oct 2009 13:55:21 -0400	[thread overview]
Message-ID: <20091014175521.GG3528@redhat.com> (raw)
In-Reply-To: <20091014.212444.179938286.ryov@valinux.co.jp>

On Wed, Oct 14, 2009 at 09:24:44PM +0900, Ryo Tsuruta wrote:
> Hello,
> 

Hi Ryo,

CCing people who are planning to attend the mini summit either in person
or phone. (As per your list on io mini summit wiki page). Not sure if
everybody is scanning mailing list for update on mini summit.

I am checking out wiki page for more information like Venue. It says the
venue is linux foundation office Japan. Hopefully there is no change in
that information.

What are the conference call details for the people who might want to join
in over phone? Could not find those. Are you yet to post these?

Thanks
Vivek

> I have summarized the topics for the IO controller mini-summit and
> written the ideas seen in the mailing list.
> 
> - The place where IO controller should be implemented
>   - Block layer in conjunction with the IO scheduler
>   - Common layer right above the IO scheduler
>   - CFQ enhancement.
>   - Both block and common layer, users can select whichever controller
>     they want.
>   - VFS layer
> 
> - What kind of bandwidth control policies are needed?
>   - Proportional weight
>   - Enforcing upper limit
>   - Minimum bandwidth guarantee
> 
> - How to handle buffered writes?
>   - Add dirt-ratio in the memory controller
>   - Add bufferred-write-cgroup to track buffered writebacks
>   - A per group per bdi pdflush threads
> 
> - Who should be charged for swap activity?
>   - who requests a page.
>   - who has a page.
>   - All swap activities are charged to the root group.
> 
> And I would also like to discuss about the followings.
> 
> - Extensions of struct bio
>   - Make a bio point to the io_context of a process which creates the
>     I/O request. This allows to pass the IO scheduling class and
>     priority information to IO controller even if the IO is submitted
>     by another process which does not create the request, such as a
>     worker thread.
>   - Add a new flag to struct bio to identify the bio as urgent. This
>     gives IO controller a chance to handle the bio as high
>     priority. This flag should be set if the bio is created for the
>     page-out operation. 
> 
> - Common test methods to verify the functionality of IO controller.
> 
> Please give me comments and suggestions. I may be missing or
> misunderstanding something.
> 
> Thanks,
> Ryo Tsuruta
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

  parent reply	other threads:[~2009-10-14 17:55 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-14 12:24 IO controller Mini-Summit 2009 Ryo Tsuruta, Ryo Tsuruta
     [not found] ` <20091014.212444.179938286.ryov-jCdQPDEk3idL9jVzuh4AOg@public.gmane.org>
2009-10-14 17:55   ` Vivek Goyal
2009-10-19  7:58   ` Ryo Tsuruta
2009-10-14 17:55 ` Vivek Goyal [this message]
2009-10-14 17:55   ` Vivek Goyal
2009-10-15  0:39   ` Fernando Luis Vázquez Cao
2009-10-15  0:39     ` Fernando Luis Vázquez Cao
     [not found]     ` <4AD66F28.9030607-gVGce1chcLdL9jVzuh4AOg@public.gmane.org>
2009-10-15  1:42       ` Takuya Yoshikawa
2009-10-15  1:42     ` Takuya Yoshikawa
2009-10-15  1:42     ` Takuya Yoshikawa
2009-10-15  1:42       ` Takuya Yoshikawa
2009-10-15  2:35       ` Ryo Tsuruta
     [not found]       ` <4AD67DFB.60402-gVGce1chcLdL9jVzuh4AOg@public.gmane.org>
2009-10-15  2:35         ` Ryo Tsuruta
2009-10-15  2:35       ` Ryo Tsuruta
2009-10-15  2:35         ` Ryo Tsuruta
2009-10-15  0:39   ` Fernando Luis Vázquez Cao
2009-10-15  1:59   ` Ryo Tsuruta
2009-10-15  1:59     ` Ryo Tsuruta
2009-10-15 11:20     ` Ryo Tsuruta
2009-10-15 11:20       ` Ryo Tsuruta
     [not found]     ` <20091015.105902.70196131.ryov-jCdQPDEk3idL9jVzuh4AOg@public.gmane.org>
2009-10-15 11:20       ` Ryo Tsuruta
2009-10-15 11:20     ` Ryo Tsuruta
     [not found]   ` <20091014175521.GG3528-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2009-10-15  0:39     ` Fernando Luis Vázquez Cao
2009-10-15  1:59     ` Ryo Tsuruta
2009-10-15  1:59   ` Ryo Tsuruta
2009-10-14 17:55 ` Vivek Goyal
2009-10-19  7:58 ` Ryo Tsuruta
2009-10-19  7:58 ` Ryo Tsuruta
  -- strict thread matches above, loose matches on Subject: below --
2009-10-14 12:24 Ryo Tsuruta, Ryo Tsuruta
2009-10-14 12:24 Ryo Tsuruta, Ryo Tsuruta
2009-08-26 11:32 Ryo Tsuruta
2009-08-26 11:32 Ryo Tsuruta
2009-08-26 11:32 ` Ryo Tsuruta
2009-09-11 11:16 ` Dhaval Giani
     [not found] ` <20090826.203251.260094379.ryov-jCdQPDEk3idL9jVzuh4AOg@public.gmane.org>
2009-09-11 11:16   ` Dhaval Giani
2009-09-11 11:16     ` Dhaval Giani
     [not found]     ` <20090911111632.GF4474-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
2009-09-14  1:41       ` Ryo Tsuruta
2009-09-14  1:41     ` Ryo Tsuruta
2009-09-14  1:41       ` Ryo Tsuruta
2009-09-14  1:41     ` Ryo Tsuruta
2009-09-14  2:15   ` Mike Snitzer
2009-09-14  2:15 ` Mike Snitzer
2009-09-14  2:15 ` Mike Snitzer
2009-09-14  2:15   ` Mike Snitzer
2009-08-26 11:32 Ryo Tsuruta

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=20091014175521.GG3528@redhat.com \
    --to=vgoyal@redhat.com \
    --cc=balbir@linux.vnet.ibm.com \
    --cc=baramsori72@gmail.com \
    --cc=containers@lists.linux-foundation.org \
    --cc=dm-devel@redhat.com \
    --cc=fernando@oss.ntt.co.jp \
    --cc=guijianfeng@cn.fujitsu.com \
    --cc=jens.axboe@oracle.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lizf@cn.fujitsu.com \
    --cc=m-ikeda@ds.jp.nec.com \
    --cc=nauman@google.com \
    --cc=rostedt@goodmis.org \
    --cc=ryov@valinux.co.jp \
    --cc=takebe_akio@jp.fujitsu.com \
    --cc=virtualization@lists.linux-foundation.org \
    --cc=xen-devel@lists.xensource.com \
    --cc=yoshikawa.takuya@oss.ntt.co.jp \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.