Re: [patch 00/10] [RFC] SLUB patches for more functionality, performance and maintenance
- From: Christoph Lameter <clameter@xxxxxxx>
- Date: Mon, 9 Jul 2007 11:11:36 -0700 (PDT)
On Mon, 9 Jul 2007, Martin Bligh wrote:
Those numbers came from Mathieu Desnoyers (LTTng) if you
want more details.
Okay the source for these numbers is in his paper for the OLS 2006: Volume
1 page 208-209? I do not see the exact number that you referred to there.
He seems to be comparing spinlock acquire / release vs. cmpxchg. So I
guess you got your material from somewhere else?
Also the cmpxchg used there is the lockless variant. cmpxchg 29 cycles w/o
lock prefix and 112 with lock prefix.
I see you reference another paper by Desnoyers:
http://tree.celinuxforum.org/CelfPubWiki/ELC2006Presentations?action=AttachFile&do=get&target=celf2006-desnoyers.pdf
I do not see anything relevant there. Where did those numbers come from?
The lockless cmpxchg is certainly an interesting idea. Certain for some
platforms I could disable preempt and then do a lockless cmpxchg.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- References:
- [patch 00/10] [RFC] SLUB patches for more functionality, performance and maintenance
- From: Christoph Lameter
- Re: [patch 00/10] [RFC] SLUB patches for more functionality, performance and maintenance
- From: Andi Kleen
- Re: [patch 00/10] [RFC] SLUB patches for more functionality, performance and maintenance
- From: Christoph Lameter
- Re: [patch 00/10] [RFC] SLUB patches for more functionality, performance and maintenance
- From: Martin Bligh
- [patch 00/10] [RFC] SLUB patches for more functionality, performance and maintenance
- Prev by Date: Re: [Lf_kernel_messages] Re: Documentation of kernel messages (Summary)
- Next by Date: Re: [PATCH] Two trivial whitespace fixes in lockdep/spinlock code
- Previous by thread: Re: [patch 00/10] [RFC] SLUB patches for more functionality, performance and maintenance
- Next by thread: Re: [patch 00/10] [RFC] SLUB patches for more functionality, performance and maintenance
- Index(es):
Relevant Pages
|