login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
March
»
3
Re: [rfc][patch 2/3] slab: introduce SMP alignment
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Nick Piggin
Subject:
Re: [rfc][patch 2/3] slab: introduce SMP alignment
Date: Monday, March 3, 2008 - 1:03 pm
On Mon, Mar 03, 2008 at 11:06:55AM -0800, Christoph Lameter wrote:
quoted text
> On Mon, 3 Mar 2008, Nick Piggin wrote: > > > Introduce SLAB_SMP_ALIGN, for allocations where false sharing must be > > minimised on SMP systems. > > Mandatory alignment are specified as a parameter to kmem_cache_create not > as flags.
Not after this patch.
quoted text
> Ycan specify the alignment as a parameter. i.e. L1_CACHE_BYTES > or cache_line_size().
We don't want either of those, though. I don't see why this is a problem to do inside slab. --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[rfc][patch 1/3] slub: fix small HWCACHE_ALIGN alignment
, Nick Piggin
, (Mon Mar 3, 2:34 am)
[rfc][patch 2/3] slab: introduce SMP alignment
, Nick Piggin
, (Mon Mar 3, 2:35 am)
[rfc][patch 3/3] use SLAB_ALIGN_SMP
, Nick Piggin
, (Mon Mar 3, 2:36 am)
Re: [rfc][patch 1/3] slub: fix small HWCACHE_ALIGN alignment
, Pekka Enberg
, (Mon Mar 3, 2:44 am)
Re: [rfc][patch 3/3] use SLAB_ALIGN_SMP
, Eric Dumazet
, (Mon Mar 3, 2:53 am)
Re: [rfc][patch 1/3] slub: fix small HWCACHE_ALIGN alignment
, Nick Piggin
, (Mon Mar 3, 5:28 am)
Re: [rfc][patch 3/3] use SLAB_ALIGN_SMP
, Nick Piggin
, (Mon Mar 3, 5:41 am)
Re: [rfc][patch 3/3] use SLAB_ALIGN_SMP
, Eric Dumazet
, (Mon Mar 3, 6:00 am)
Re: [rfc][patch 3/3] use SLAB_ALIGN_SMP
, Nick Piggin
, (Mon Mar 3, 6:46 am)
Re: [rfc][patch 3/3] use SLAB_ALIGN_SMP
, Pekka Enberg
, (Mon Mar 3, 6:53 am)
Re: [rfc][patch 3/3] use SLAB_ALIGN_SMP
, Eric Dumazet
, (Mon Mar 3, 7:15 am)
Re: [rfc][patch 2/3] slab: introduce SMP alignment
, Christoph Lameter
, (Mon Mar 3, 12:06 pm)
Re: [rfc][patch 1/3] slub: fix small HWCACHE_ALIGN alignment
, Christoph Lameter
, (Mon Mar 3, 12:08 pm)
Re: [rfc][patch 3/3] use SLAB_ALIGN_SMP
, Christoph Lameter
, (Mon Mar 3, 12:09 pm)
Re: [rfc][patch 3/3] use SLAB_ALIGN_SMP
, Christoph Lameter
, (Mon Mar 3, 12:10 pm)
Re: [rfc][patch 2/3] slab: introduce SMP alignment
, Nick Piggin
, (Mon Mar 3, 1:03 pm)
Re: [rfc][patch 1/3] slub: fix small HWCACHE_ALIGN alignment
, Nick Piggin
, (Mon Mar 3, 1:06 pm)
Re: [rfc][patch 2/3] slab: introduce SMP alignment
, Christoph Lameter
, (Mon Mar 3, 1:09 pm)
Re: [rfc][patch 3/3] use SLAB_ALIGN_SMP
, Nick Piggin
, (Mon Mar 3, 1:10 pm)
Re: [rfc][patch 1/3] slub: fix small HWCACHE_ALIGN alignment
, Christoph Lameter
, (Mon Mar 3, 1:10 pm)
Re: [rfc][patch 2/3] slab: introduce SMP alignment
, Nick Piggin
, (Mon Mar 3, 1:12 pm)
Re: [rfc][patch 3/3] use SLAB_ALIGN_SMP
, Christoph Lameter
, (Mon Mar 3, 1:12 pm)
Re: [rfc][patch 1/3] slub: fix small HWCACHE_ALIGN alignment
, Nick Piggin
, (Mon Mar 3, 1:17 pm)
Re: [rfc][patch 2/3] slab: introduce SMP alignment
, Christoph Lameter
, (Mon Mar 3, 1:17 pm)
Re: [rfc][patch 3/3] use SLAB_ALIGN_SMP
, Nick Piggin
, (Mon Mar 3, 1:18 pm)
Re: [rfc][patch 2/3] slab: introduce SMP alignment
, Nick Piggin
, (Mon Mar 3, 1:24 pm)
Re: [rfc][patch 2/3] slab: introduce SMP alignment
, Pekka Enberg
, (Mon Mar 3, 1:41 pm)
Re: [rfc][patch 3/3] use SLAB_ALIGN_SMP
, Christoph Lameter
, (Mon Mar 3, 2:14 pm)
Re: [rfc][patch 1/3] slub: fix small HWCACHE_ALIGN alignment
, Christoph Lameter
, (Mon Mar 3, 2:16 pm)
Re: [rfc][patch 2/3] slab: introduce SMP alignment
, Christoph Lameter
, (Mon Mar 3, 2:23 pm)
Re: [rfc][patch 1/3] slub: fix small HWCACHE_ALIGN alignment
, Pekka Enberg
, (Mon Mar 3, 2:30 pm)
Re: [rfc][patch 2/3] slab: introduce SMP alignment
, Christoph Lameter
, (Mon Mar 3, 2:31 pm)
Re: [rfc][patch 1/3] slub: fix small HWCACHE_ALIGN alignment
, Christoph Lameter
, (Mon Mar 3, 2:32 pm)
Re: [rfc][patch 1/3] slub: fix small HWCACHE_ALIGN alignment
, Pekka Enberg
, (Mon Mar 3, 2:35 pm)
Re: [rfc][patch 1/3] slub: fix small HWCACHE_ALIGN alignment
, Nick Piggin
, (Tue Mar 4, 5:06 pm)
Re: [rfc][patch 1/3] slub: fix small HWCACHE_ALIGN alignment
, Nick Piggin
, (Tue Mar 4, 5:08 pm)
Re: [rfc][patch 1/3] slub: fix small HWCACHE_ALIGN alignment
, David Miller
, (Tue Mar 4, 5:10 pm)
Re: [rfc][patch 2/3] slab: introduce SMP alignment
, Nick Piggin
, (Tue Mar 4, 5:16 pm)
Re: [rfc][patch 1/3] slub: fix small HWCACHE_ALIGN alignment
, Nick Piggin
, (Tue Mar 4, 5:28 pm)
Re: [rfc][patch 1/3] slub: fix small HWCACHE_ALIGN alignment
, Christoph Lameter
, (Wed Mar 5, 1:56 pm)
Re: [rfc][patch 1/3] slub: fix small HWCACHE_ALIGN alignment
, Christoph Lameter
, (Wed Mar 5, 2:06 pm)
Re: [rfc][patch 1/3] slub: fix small HWCACHE_ALIGN alignment
, Nick Piggin
, (Wed Mar 5, 7:49 pm)
Re: [rfc][patch 1/3] slub: fix small HWCACHE_ALIGN alignment
, Nick Piggin
, (Wed Mar 5, 7:57 pm)
Re: [rfc][patch 1/3] slub: fix small HWCACHE_ALIGN alignment
, Christoph Lameter
, (Thu Mar 6, 3:53 pm)
Re: [rfc][patch 1/3] slub: fix small HWCACHE_ALIGN alignment
, Christoph Lameter
, (Thu Mar 6, 3:56 pm)
Re: [rfc][patch 1/3] slub: fix small HWCACHE_ALIGN alignment
, Nick Piggin
, (Thu Mar 6, 7:04 pm)
Re: [rfc][patch 1/3] slub: fix small HWCACHE_ALIGN alignment
, Christoph Lameter
, (Thu Mar 6, 7:20 pm)
Re: [rfc][patch 1/3] slub: fix small HWCACHE_ALIGN alignment
, Nick Piggin
, (Thu Mar 6, 7:23 pm)
Re: [rfc][patch 1/3] slub: fix small HWCACHE_ALIGN alignment
, Nick Piggin
, (Thu Mar 6, 7:25 pm)
Re: [rfc][patch 1/3] slub: fix small HWCACHE_ALIGN alignment
, Christoph Lameter
, (Thu Mar 6, 7:26 pm)
Re: [rfc][patch 1/3] slub: fix small HWCACHE_ALIGN alignment
, Christoph Lameter
, (Thu Mar 6, 7:27 pm)
Re: [rfc][patch 1/3] slub: fix small HWCACHE_ALIGN alignment
, Nick Piggin
, (Thu Mar 6, 7:32 pm)
Re: [rfc][patch 1/3] slub: fix small HWCACHE_ALIGN alignment
, Nick Piggin
, (Thu Mar 6, 7:33 pm)
Re: [rfc][patch 1/3] slub: fix small HWCACHE_ALIGN alignment
, Christoph Lameter
, (Thu Mar 6, 7:33 pm)
Re: [rfc][patch 1/3] slub: fix small HWCACHE_ALIGN alignment
, Christoph Lameter
, (Thu Mar 6, 7:54 pm)
Re: [rfc][patch 1/3] slub: fix small HWCACHE_ALIGN alignment
, Nick Piggin
, (Thu Mar 6, 8:10 pm)
Re: [rfc][patch 1/3] slub: fix small HWCACHE_ALIGN alignment
, Christoph Lameter
, (Thu Mar 6, 8:18 pm)
Re: [rfc][patch 1/3] slub: fix small HWCACHE_ALIGN alignment
, Nick Piggin
, (Thu Mar 6, 8:22 pm)
Re: [rfc][patch 1/3] slub: fix small HWCACHE_ALIGN alignment
, Christoph Lameter
, (Thu Mar 6, 8:58 pm)
Re: [rfc][patch 1/3] slub: fix small HWCACHE_ALIGN alignment
, Nick Piggin
, (Thu Mar 6, 9:05 pm)
Re: [rfc][patch 2/3] slab: introduce SMP alignment
, Nick Piggin
, (Thu Mar 6, 9:37 pm)
Re: [rfc][patch 2/3] slab: introduce SMP alignment
, Christoph Lameter
, (Thu Mar 6, 10:11 pm)
Re: [rfc][patch 2/3] slab: introduce SMP alignment
, Nick Piggin
, (Thu Mar 6, 10:19 pm)
Re: [rfc][patch 1/3] slub: fix small HWCACHE_ALIGN alignment
, Nick Piggin
, (Thu Mar 6, 10:23 pm)
Re: [rfc][patch 2/3] slab: introduce SMP alignment
, Christoph Lameter
, (Thu Mar 6, 10:26 pm)
Re: [rfc][patch 2/3] slab: introduce SMP alignment
, Nick Piggin
, (Thu Mar 6, 10:37 pm)
Re: [rfc][patch 2/3] slab: introduce SMP alignment
, Nick Piggin
, (Tue Mar 11, 12:13 am)
Re: [rfc][patch 2/3] slab: introduce SMP alignment
, Christoph Lameter
, (Tue Mar 11, 11:21 pm)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Michael Trimarchi
Re: [PATCH] VFS: make file->f_pos access atomic on 32bit arch
Miklos Szeredi
[patch 14/15] vfs: more path_permission() conversions
Serge E. Hallyn
Re: [RFC v5][PATCH 7/8] Infrastructure for shared objects
Bernd Schmidt
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3
Takashi Iwai
[PATCH 2/2] input: Add LED support to Synaptics device
git
:
Junio C Hamano
Re: mingw, windows, crlf/lf, and git
Eyvind Bernhardsen
Re: Where has "git ls-remote" reference pattern matching gone?
Shawn O. Pearce
Re: Switching from CVS to GIT
Todd Zullinger
Re: [PATCH 2/2] send-email: rfc2047-quote subject lines with non-ascii characters
Santi Béjar
Re: How to use git-fmt-merge-msg?
linux-netdev
:
Ramkrishna Vepa
[net-2.6 PATCH 1/10] Neterion: New driver: Driver help file
Mark Anthony
invitation / inquiry
Ingo Molnar
Re: [PATCH 08/16] dma-debug: add core checking functions
David Miller
Re: [PATCH 1/3] f_phonet: dev_kfree_skb instead of dev_kfree_skb_any in TX callback
Sascha Hauer
[PATCH 03/12] fec: do not typedef struct types
git-commits-head
:
Linux Kernel Mailing List
amba: struct device - replace bus_id with dev_name(), dev_set_name()
Linux Kernel Mailing List
MIPS: Yosemite: Convert SMP startup lock to arch spinlock.
Linux Kernel Mailing List
ARM: S5PC100: IRQ and timer
Linux Kernel Mailing List
davinci: edma: clear interrupt status for interrupt enabled channels only
Linux Kernel Mailing List
x86, mm, kprobes: fault.c, simplify notify_page_fault()
openbsd-misc
:
Daniel A. Ramaley
Re: [semi-OT] Can anyone recommend an OpenBSD-compatible colour laser printer?
Matthias Kilian
Re: can't get vesa @ 1280x800 or nv
Tobias Ulmer
Re: Problem after upgrade 4.5 to 4.6: ERR M
Philip Guenther
Re: SIGCHLD and libpthread.so
J.C. Roberts
Re: [semi-OT] Can anyone recommend an OpenBSD-compatible colour laser printer?
Colocation donated by:
Syndicate