Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755746AbYKUO7R (ORCPT ); Fri, 21 Nov 2008 09:59:17 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753734AbYKUO7F (ORCPT ); Fri, 21 Nov 2008 09:59:05 -0500 Received: from mx2.redhat.com ([66.187.237.31]:38934 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753685AbYKUO7D (ORCPT ); Fri, 21 Nov 2008 09:59:03 -0500 Date: Fri, 21 Nov 2008 09:58:23 -0500 From: Vivek Goyal To: Fabio Checconi Cc: Nauman Rafique , Li Zefan , Divyesh Shah , Ryo Tsuruta , linux-kernel@vger.kernel.org, containers@lists.linux-foundation.org, virtualization@lists.linux-foundation.org, jens.axboe@oracle.com, taka@valinux.co.jp, righi.andrea@gmail.com, s-uchida@ap.jp.nec.com, fernando@oss.ntt.co.jp, balbir@linux.vnet.ibm.com, akpm@linux-foundation.org, menage@google.com, ngupta@google.com, riel@redhat.com, jmoyer@redhat.com, peterz@infradead.org, paolo.valente@unimore.it Subject: Re: [patch 0/4] [RFC] Another proportional weight IO controller Message-ID: <20081121145823.GD3111@redhat.com> References: <20081114160525.GE24624@redhat.com> <20081117142309.GA15564@redhat.com> <4922224A.5030502@cn.fujitsu.com> <20081118120508.GD15268@gandalf.sssup.it> <20081118140751.GA4283@redhat.com> <20081118144139.GE15268@gandalf.sssup.it> <20081120213155.GI29306@redhat.com> <20081121030533.GA30883@gandalf.sssup.it> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081121030533.GA30883@gandalf.sssup.it> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1524 Lines: 42 On Fri, Nov 21, 2008 at 04:05:33AM +0100, Fabio Checconi wrote: > > From: Vivek Goyal > > Date: Thu, Nov 20, 2008 04:31:55PM -0500 > > > ... > > Hi Fabio, > > > > I though will give bfq a try. I get following when I put my current shell > > into a newly created cgroup and then try to do "ls". > > > > The posted patch cannot work as it is, I'm sorry for that ugly bug. > Do you still have problems with this one applied? > > --- > diff --git a/block/bfq-cgroup.c b/block/bfq-cgroup.c > index efb03fc..ed8c597 100644 > --- a/block/bfq-cgroup.c > +++ b/block/bfq-cgroup.c > @@ -168,7 +168,7 @@ static void bfq_group_chain_link(struct bfq_data *bfqd, struct cgroup *cgroup, > > spin_lock_irqsave(&bgrp->lock, flags); > > - rcu_assign_pointer(bfqg->bfqd, bfqd); > + rcu_assign_pointer(leaf->bfqd, bfqd); > hlist_add_head_rcu(&leaf->group_node, &bgrp->group_data); > hlist_add_head(&leaf->bfqd_node, &bfqd->group_list); Thanks Fabio. This fix solves the issue for me. I did a quick testing and I can see the differential service if I create two cgroups of different priority. How do I map ioprio to shares? I mean lets say one cgroup has ioprio 4 and other has got ioprio 7, then what's the respective share(%) of each cgroup? Thanks Vivek -- 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/