From: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
To: Peter Zijlstra <peterz@infradead.org>
Cc: Paul Turner <pjt@google.com>, Nikhil Rao <ncrao@google.com>,
Srivatsa Vaddagiri <vatsa@linux.vnet.ibm.com>,
linux-kernel <linux-kernel@vger.kernel.org>,
Ingo Molnar <mingo@elte.hu>, Mike Galbraith <efault@gmx.de>
Subject: Re: [RFT][PATCH] sched, cgroup: Optimize load_balance_fair()
Date: Wed, 13 Jul 2011 17:46:21 -0700 [thread overview]
Message-ID: <20110714004621.GM2355@linux.vnet.ibm.com> (raw)
In-Reply-To: <1310590863.2586.37.camel@twins>
On Wed, Jul 13, 2011 at 11:01:03PM +0200, Peter Zijlstra wrote:
> On Wed, 2011-07-13 at 10:13 -0700, Paul Turner wrote:
> > > +static void update_h_load(long cpu)
> > > +{
> > > + walk_tg_tree(tg_load_down, tg_nop, (void *)cpu);
> > > +}
> >
> > With a list_for_each_entry_reverse_rcu() this could also only operate
> > on the local hierarchy and avoid the tg tree walk.
>
> Ah, sadly that primitive cannot exist, rcu list primitives only keeps
> the fwd link.
>
> Although I guess we could 'fix' that.
We could, at least in theory -- make list_del_rcu() not poison the
->prev link. Or, given that there are use cases that absolutely cannot
tolerate following ->prev links, have a list_del_rcu_both() or something
so that list_del_rcu() keeps its current error checking. Oddly enough,
__list_add_rcu() doesn't need to change because the rcu_assign_pointer()
for the predecessor's ->next pointer covers the successor's ->prev
pointer as well. OK, a comment is clearly needed...
Of course, in a two-way-RCU doubly linked list, p->next->prev is not
necessarily equal to p.
But how deep/wide is the tree and how many cache misses are expected?
Would this solve a real problem?
Thanx, Paul
next prev parent reply other threads:[~2011-07-14 0:46 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-13 11:36 [RFT][PATCH] sched, cgroup: Optimize load_balance_fair() Peter Zijlstra
2011-07-13 17:13 ` Paul Turner
2011-07-13 21:01 ` Peter Zijlstra
2011-07-14 0:46 ` Paul E. McKenney [this message]
2011-07-13 21:02 ` Peter Zijlstra
2011-07-13 21:14 ` Paul Turner
2011-07-13 21:18 ` Peter Zijlstra
2011-07-21 18:28 ` [tip:sched/core] " tip-bot for Peter Zijlstra
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=20110714004621.GM2355@linux.vnet.ibm.com \
--to=paulmck@linux.vnet.ibm.com \
--cc=efault@gmx.de \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=ncrao@google.com \
--cc=peterz@infradead.org \
--cc=pjt@google.com \
--cc=vatsa@linux.vnet.ibm.com \
/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