public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
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/

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

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-14 12:24 IO controller Mini-Summit 2009 Ryo Tsuruta, Ryo Tsuruta
2009-10-14 17:55 ` Vivek Goyal [this message]
2009-10-15  0:39   ` Fernando Luis Vázquez Cao
2009-10-15  1:42     ` Takuya Yoshikawa
2009-10-15  2:35       ` Ryo Tsuruta
2009-10-15  1:59   ` Ryo Tsuruta
2009-10-15 11:20     ` Ryo Tsuruta
  -- strict thread matches above, loose matches on Subject: below --
2009-08-26 11:32 Ryo Tsuruta
2009-09-11 11:16 ` Dhaval Giani
2009-09-14  1:41   ` Ryo Tsuruta
2009-09-14  2:15 ` Mike Snitzer

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=taka@valinux.co.jp \
    --cc=takebe_akio@jp.fujitsu.com \
    --cc=virtualization@lists.linux-foundation.org \
    --cc=xen-devel@lists.xensource.com \
    --cc=yamahata@valinux.co.jp \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox