public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Manfred Spraul <manfred@colorfullife.com>
To: Steven Rostedt <rostedt@goodmis.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] SLAB - have index_of bug at compile time.
Date: Mon, 26 Dec 2005 17:35:35 +0100	[thread overview]
Message-ID: <43B01BD7.3040209@colorfullife.com> (raw)

Steven wrote:

>So I'm going through ever line of code and examining it
>thoroughly, when I find something that could be improved
>
Try to find a kfree implementation that doesn't need virt_to_page(). 
This is a big restriction of the current implementation: It's in the hot 
path, but the operation is only fast on simple systems, not on numa 
systems without a big memory map.
And it makes it impossible to use vmalloc memory as the basis for slabs, 
or to use slab for io memory.

--
    Manfred


             reply	other threads:[~2005-12-26 16:36 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-26 16:35 Manfred Spraul [this message]
2005-12-26 17:25 ` [PATCH] SLAB - have index_of bug at compile time Steven Rostedt
2005-12-26 18:34   ` Pekka Enberg
2005-12-26 23:21     ` Manfred Spraul
  -- strict thread matches above, loose matches on Subject: below --
2005-12-17 22:57 2.6.15-rc5-rt2 slowness Steven Rostedt
2005-12-20 13:32 ` Ingo Molnar
2005-12-20 13:38   ` Steven Rostedt
2005-12-20 13:57     ` Ingo Molnar
2005-12-20 14:04       ` Steven Rostedt
2005-12-20 15:44         ` [PATCH RT 00/02] SLOB optimizations Steven Rostedt
2005-12-20 18:19           ` Matt Mackall
2005-12-20 19:15             ` Steven Rostedt
2005-12-20 20:15               ` Pekka Enberg
2005-12-20 21:42                 ` Steven Rostedt
2005-12-21  6:56                   ` Ingo Molnar
2005-12-21  7:16                     ` Pekka J Enberg
2005-12-21 13:13                       ` Steven Rostedt
2005-12-21 15:34                         ` [PATCH] SLAB - have index_of bug at compile time Steven Rostedt

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=43B01BD7.3040209@colorfullife.com \
    --to=manfred@colorfullife.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rostedt@goodmis.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox