On Mon, 27 Aug 2007, Peter Zijlstra wrote: > So, if the fast path can be done with a preempt off, it might be doable > to suffer the slow path with a per cpu lock like that. Sadly the cmpxchg_local requires local per cpu data access. Isnt there some way to make this less expensive on RT? Acessing cpu local memory is really good for performance on NUMA since the data is optimally placed and one can avoid/reduce locking if the process stays tied to the processor. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [PATCH] SLUB use cmpxchg_local
- From: Christoph Lameter <[email protected]>
- Re: [PATCH] SLUB use cmpxchg_local
- From: Mathieu Desnoyers <[email protected]>
- Re: [PATCH] SLUB use cmpxchg_local
- References:
- [patch 00/23] cmpxchg_local and cmpxchg64_local implementation
- From: Mathieu Desnoyers <[email protected]>
- [patch 01/23] Fall back on interrupt disable in cmpxchg8b on 80386 and 80486
- From: Mathieu Desnoyers <[email protected]>
- Re: [patch 01/23] Fall back on interrupt disable in cmpxchg8b on 80386 and 80486
- From: Christoph Lameter <[email protected]>
- Re: [patch 01/23] Fall back on interrupt disable in cmpxchg8b on 80386 and 80486
- From: Mathieu Desnoyers <[email protected]>
- Re: [patch 01/23] Fall back on interrupt disable in cmpxchg8b on 80386 and 80486
- From: Christoph Lameter <[email protected]>
- Re: [patch 01/23] Fall back on interrupt disable in cmpxchg8b on 80386 and 80486
- From: Mathieu Desnoyers <[email protected]>
- Re: [patch 01/23] Fall back on interrupt disable in cmpxchg8b on 80386 and 80486
- From: Christoph Lameter <[email protected]>
- Re: [patch 01/23] Fall back on interrupt disable in cmpxchg8b on 80386 and 80486
- From: Mathieu Desnoyers <[email protected]>
- Re: [patch 01/23] Fall back on interrupt disable in cmpxchg8b on 80386 and 80486
- From: Christoph Lameter <[email protected]>
- [PATCH] SLUB use cmpxchg_local
- From: Mathieu Desnoyers <[email protected]>
- Re: [PATCH] SLUB use cmpxchg_local
- From: Christoph Lameter <[email protected]>
- Re: [PATCH] SLUB use cmpxchg_local
- From: Peter Zijlstra <[email protected]>
- [patch 00/23] cmpxchg_local and cmpxchg64_local implementation
- Prev by Date: Re: [patch 00/28] Add cmpxchg64_local and cmpxchg_local to each architecture
- Next by Date: [PATCH 0/3] KVM paravirtualization framework (v2)
- Previous by thread: Re: [PATCH] SLUB use cmpxchg_local
- Next by thread: Re: [PATCH] SLUB use cmpxchg_local
- Index(es):