All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andi Kleen <andi@firstfloor.org>
To: Christoph Lameter <cl@linux-foundation.org>
Cc: Andi Kleen <andi@firstfloor.org>,
	npiggin@suse.de, linux-kernel@vger.kernel.org,
	linux-mm@kvack.org, Tejun Heo <tj@kernel.org>,
	Ingo Molnar <mingo@elte.hu>,
	KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>,
	"hugh.dickins@tiscali.co.uk" <hugh.dickins@tiscali.co.uk>
Subject: Re: [RFC MM] mmap_sem scaling: only scan cpus used by an mm
Date: Fri, 6 Nov 2009 20:14:48 +0100	[thread overview]
Message-ID: <20091106191448.GD819@basil.fritz.box> (raw)
In-Reply-To: <alpine.DEB.1.10.0911061352320.22205@V090114053VZO-1>

On Fri, Nov 06, 2009 at 01:53:35PM -0500, Christoph Lameter wrote:
> One way to reduce the cost of the writer lock is to track the cpus used
> and loop over the processors in that bitmap.

Can't you use the same mask as is used for TLB flushing?

-Andi

WARNING: multiple messages have this Message-ID (diff)
From: Andi Kleen <andi@firstfloor.org>
To: Christoph Lameter <cl@linux-foundation.org>
Cc: Andi Kleen <andi@firstfloor.org>,
	npiggin@suse.de, linux-kernel@vger.kernel.org,
	linux-mm@kvack.org, Tejun Heo <tj@kernel.org>,
	Ingo Molnar <mingo@elte.hu>,
	KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>,
	"hugh.dickins@tiscali.co.uk" <hugh.dickins@tiscali.co.uk>
Subject: Re: [RFC MM] mmap_sem scaling: only scan cpus used by an mm
Date: Fri, 6 Nov 2009 20:14:48 +0100	[thread overview]
Message-ID: <20091106191448.GD819@basil.fritz.box> (raw)
In-Reply-To: <alpine.DEB.1.10.0911061352320.22205@V090114053VZO-1>

On Fri, Nov 06, 2009 at 01:53:35PM -0500, Christoph Lameter wrote:
> One way to reduce the cost of the writer lock is to track the cpus used
> and loop over the processors in that bitmap.

Can't you use the same mask as is used for TLB flushing?

-Andi

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

  reply	other threads:[~2009-11-06 19:14 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-05 19:19 [RFC MM] Accessors for mm locking Christoph Lameter
2009-11-05 19:19 ` Christoph Lameter
2009-11-05 19:20 ` Subject: [RFC MM] mmap_sem scaling: Use mutex and percpu counter instead Christoph Lameter
2009-11-05 19:20   ` Christoph Lameter
2009-11-05 20:56   ` Andi Kleen
2009-11-05 20:56     ` Andi Kleen
2009-11-05 21:03     ` Christoph Lameter
2009-11-05 21:03       ` Christoph Lameter
2009-11-06  7:39       ` Andi Kleen
2009-11-06  7:39         ` Andi Kleen
2009-11-06 17:08         ` Christoph Lameter
2009-11-06 17:08           ` Christoph Lameter
2009-11-06 17:44           ` Andi Kleen
2009-11-06 17:44             ` Andi Kleen
2009-11-06 17:54             ` Christoph Lameter
2009-11-06 17:54               ` Christoph Lameter
2009-11-10  6:21               ` KOSAKI Motohiro
2009-11-10  6:21                 ` KOSAKI Motohiro
2009-11-10  9:19                 ` Andi Kleen
2009-11-10  9:19                   ` Andi Kleen
2009-11-06 18:53         ` [RFC MM] mmap_sem scaling: only scan cpus used by an mm Christoph Lameter
2009-11-06 18:53           ` Christoph Lameter
2009-11-06 19:14           ` Andi Kleen [this message]
2009-11-06 19:14             ` Andi Kleen
2009-11-06 19:45             ` Christoph Lameter
2009-11-06 19:45               ` Christoph Lameter
2009-11-05 22:05   ` [RFC MM] swap counters Christoph Lameter
2009-11-05 22:05     ` Christoph Lameter
2009-11-06  2:54     ` KAMEZAWA Hiroyuki
2009-11-06  2:54       ` KAMEZAWA Hiroyuki
2009-11-06 15:41   ` Subject: [RFC MM] mmap_sem scaling: Use mutex and percpu counter instead Minchan Kim
2009-11-06 15:41     ` Minchan Kim
2009-11-06 17:10     ` Christoph Lameter
2009-11-06 17:10       ` Christoph Lameter
2009-11-07  4:19       ` Minchan Kim
2009-11-07  4:19         ` Minchan Kim
2009-11-10 20:20         ` Christoph Lameter
2009-11-10 20:20           ` Christoph Lameter
2009-11-05 20:52 ` [RFC MM] Accessors for mm locking Andi Kleen
2009-11-05 20:52   ` Andi Kleen
2009-11-05 20:57   ` Christoph Lameter
2009-11-05 20:57     ` Christoph Lameter
2009-11-17  6:42 ` Zhang, Yanmin
2009-11-17  6:42   ` Zhang, Yanmin

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=20091106191448.GD819@basil.fritz.box \
    --to=andi@firstfloor.org \
    --cc=cl@linux-foundation.org \
    --cc=hugh.dickins@tiscali.co.uk \
    --cc=kamezawa.hiroyu@jp.fujitsu.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=mingo@elte.hu \
    --cc=npiggin@suse.de \
    --cc=tj@kernel.org \
    /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.