[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090130112310.GI30821@kernel.dk>
Date: Fri, 30 Jan 2009 12:23:11 +0100
From: Jens Axboe <jens.axboe@...cle.com>
To: Peter Zijlstra <peterz@...radead.org>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>,
Steven Rostedt <rostedt@...dmis.org>,
Andrew Morton <akpm@...ux-foundation.org>,
LKML <linux-kernel@...r.kernel.org>,
Rusty Russell <rusty@...tcorp.com.au>, npiggin@...e.de,
Ingo Molnar <mingo@...e.hu>,
Thomas Gleixner <tglx@...utronix.de>,
Arjan van de Ven <arjan@...radead.org>
Subject: Re: [PATCH -v2] use per cpu data for single cpu ipi calls
Hi,
A little late into this discussion, was nasty ill the past days.
Anyway, v2 with the suggested patches looks fine to me. That is, use
local cpu storage (and thus lose the lock) and retain the the kmalloc()
for the !wait case. That should still scale fine, as far as I can tell.
The block layer usage, for which this was originally concocted, doesn't
really care that much, since it always provides its own csd storage and
thus use the __ variant of the helper.
Peter, can you post a final complete patch for review and acks?
--
Jens Axboe
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists