All of lore.kernel.org
 help / color / mirror / Atom feed
* RE: [Lse-tech] [RFC] numa slab for 2.5.41-mm1
@ 2002-10-08 23:29 Luck, Tony
  2002-10-08 23:34 ` Martin J. Bligh
  2002-10-09  0:50 ` David S. Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Luck, Tony @ 2002-10-08 23:29 UTC (permalink / raw)
  To: lse-tech
  Cc: Kamble, Nitin A, linux-kernel, tomlins, akpm,
	'Martin J. Bligh'

Manfred Spraul wrote:

> - is it possible implement ptr_to_nodeid()
>   on all archs efficiently? It will happen for every kfree().

The best platform independent way that I came up with was to stash
the node id in the page structure ... the initial patch that Nitin
posted included code for this (and it's all my fault that this
added an extra element to the page structure).  I think that you
suggested that slab could overload the use of some existing field
if we wanted to pursue this direction.

If ptr_to_nodeid() is made a platform dependent function, then
there are some platforms that can do this very efficiently (since
the nodeid is embedded in some of the high-order address bits), and
some for which this is complex (e.g. platforms that concatenate
memory from each node).

-Tony

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-10-09  0:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-08 23:29 [Lse-tech] [RFC] numa slab for 2.5.41-mm1 Luck, Tony
2002-10-08 23:34 ` Martin J. Bligh
2002-10-09  0:50 ` David S. Miller

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.