public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Fernando Luis Vázquez Cao" <fernando@oss.ntt.co.jp>
To: Vivek Goyal <vgoyal@redhat.com>
Cc: Ryo Tsuruta <ryov@valinux.co.jp>,
	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>,
	Akio Takebe <takebe_akio@jp.fujitsu.com>
Subject: Re: IO controller Mini-Summit 2009
Date: Thu, 15 Oct 2009 09:39:04 +0900	[thread overview]
Message-ID: <4AD66F28.9030607@oss.ntt.co.jp> (raw)
In-Reply-To: <20091014175521.GG3528@redhat.com>

Hi Vivek,

Thank you for CCing me.

I just wanted to let you know that Ted Tso was kind enough to let
us give a readout for the mini-summit at the kernel summit.

There will be other mini-summits sharing 50 minutes so we need to
keep each mini-summit readout to 5-6 minutes of presentation and
4-5 minutes of questions/discussions.

Yoshikawa-san and myself were planning to take notes of the
mini-summit, but it would be great if you could share yours.  The
idea is to use those to prepare a brief mini-summit report (4-5
slides) that we can show at the kernel summit.

Later in the day, after the mini-summit, we would be sending a
draft version of the slides to the relevant mailing lists for you
to review. Since the mini-summit readouts will take place on
Monday I would appreciate it if you could comment on them before
Sunday night the latest.

Thanks,

Fernando

Vivek Goyal wrote:
> 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-15  0:39 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
2009-10-15  0:39   ` Fernando Luis Vázquez Cao [this message]
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=4AD66F28.9030607@oss.ntt.co.jp \
    --to=fernando@oss.ntt.co.jp \
    --cc=balbir@linux.vnet.ibm.com \
    --cc=baramsori72@gmail.com \
    --cc=containers@lists.linux-foundation.org \
    --cc=dm-devel@redhat.com \
    --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=vgoyal@redhat.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