From: Andrew Morton <akpm@osdl.org>
To: Manfred Spraul <manfred@colorfullife.com>
Cc: andrea@suse.de, agruen@suse.de, linux-kernel@vger.kernel.org
Subject: Re: slab-alignment-rework.patch in -mc
Date: Tue, 20 Apr 2004 11:25:56 -0700 [thread overview]
Message-ID: <20040420112556.400ea49e.akpm@osdl.org> (raw)
In-Reply-To: <40855C97.1090006@colorfullife.com>
Manfred Spraul <manfred@colorfullife.com> wrote:
>
> Andrea Arcangeli wrote:
>
> >On Tue, Apr 20, 2004 at 12:24:23AM -0700, Andrew Morton wrote:
> >
> >
> >>So I do think that we should either make "align=0" translate to "pack them
> >>densely" or do the big sweep across all kmem_cache_create() callsites.
> >>
> >>
> >
> >agreed.
> >
> >
> What about this proposal:
> SLAB_HWCACHE_ALIGN clear: align to max(sizeof(void*), align).
> SLAB_HWCACHE_ALIGN set: align to max(cpu_align(), align).
>
> cpu_align is the cpu cache line size - either runtime or compile time.
>
> Or are there users that want an alignment smaller than sizeof(void*)?
I doubt if this is likely to cause problems, and in cases where we expect
to have really large numbers of objects we could explicitly select an
alignment of 4 anyway.
But why would you choose to make the "SLAB_HWCACHE_ALIGN clear" case use
sizeof(void*) rather than sizeof(int)?
next prev parent reply other threads:[~2004-04-20 18:26 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1082383751.6746.33.camel@f235.suse.de>
2004-04-19 16:25 ` slab-alignment-rework.patch in -mc Andrea Arcangeli
2004-04-19 16:42 ` Manfred Spraul
2004-04-20 0:26 ` Andrea Arcangeli
2004-04-20 7:24 ` Andrew Morton
2004-04-20 14:49 ` Andrea Arcangeli
2004-04-20 17:23 ` Manfred Spraul
2004-04-20 18:25 ` Andrew Morton [this message]
2004-04-20 18:52 ` Linus Torvalds
2004-04-21 17:22 ` Manfred Spraul
2004-04-21 21:46 ` Andrew Morton
2004-04-20 18:53 ` Arjan van de Ven
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=20040420112556.400ea49e.akpm@osdl.org \
--to=akpm@osdl.org \
--cc=agruen@suse.de \
--cc=andrea@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=manfred@colorfullife.com \
/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