login
Login
/
Register
Search
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
August
»
22
Re: [PATCH 2/2] smp_call_function: use rwlocks on queues rather than rcu
view
thread
!MAILaRCHIVE_VOTE_RePLACE
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From:
Paul E. McKenney <paulmck@...>
To: Christoph Lameter <cl@...>
Cc: Pekka Enberg <penberg@...>, Ingo Molnar <mingo@...>, Jeremy Fitzhardinge <jeremy@...>, Nick Piggin <nickpiggin@...>, Andi Kleen <andi@...>, Pallipadi, Venkatesh <venkatesh.pallipadi@...>, Suresh Siddha <suresh.b.siddha@...>, Jens Axboe <jens.axboe@...>, Rusty Russell <rusty@...>, Linux Kernel Mailing List <linux-kernel@...>
Subject:
Re: [PATCH 2/2] smp_call_function: use rwlocks on queues rather than rcu
Date: Friday, August 22, 2008 - 3:52 pm
On Fri, Aug 22, 2008 at 01:36:37PM -0500, Christoph Lameter wrote:
quoted text
> Paul E. McKenney wrote: > > >>> So on your these large boxes, read-only cachelines are preferentially > >>> ejected from the cache, so that one should write to per-CPU data > >>> occasionally to keep it resident? Or is the issue the long RCU grace > >>> periods which allow the structure being freed to age out of all relevant > >>> caches? (My guess would be the second.) > >> The issue are the RCU grace period that are generally long enough to make the > >> cacheline fall out of all caches. > > > > Would it make sense to push the freed-by-RCU memory further up the > > hierarchy, so that such memory is not mistaken for recently freed > > hot-in-cache memory? > > That would mean passing a gfp flag like __GFP_COLD on free from RCU? Or how > would that work at the higher levels?
I was indeed thinking in terms of the free from RCU being specially marked. Thanx, Paul --
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:
[PATCH 2/2] smp_call_function: use rwlocks on queues rather ...
, Jeremy Fitzhardinge
, (Thu Aug 21, 8:29 pm)
Re: [PATCH 2/2] smp_call_function: use rwlocks on queues rat...
, Ingo Molnar
, (Fri Aug 22, 2:28 am)
Re: [PATCH 2/2] smp_call_function: use rwlocks on queues rat...
, Pekka Enberg
, (Fri Aug 22, 3:06 am)
Re: [PATCH 2/2] smp_call_function: use rwlocks on queues rat...
, Christoph Lameter
, (Fri Aug 22, 10:01 am)
Re: [PATCH 2/2] smp_call_function: use rwlocks on queues rat...
, Paul E. McKenney
, (Fri Aug 22, 11:11 am)
Re: [PATCH 2/2] smp_call_function: use rwlocks on queues rat...
, Christoph Lameter
, (Fri Aug 22, 1:14 pm)
Re: [PATCH 2/2] smp_call_function: use rwlocks on queues rat...
, Paul E. McKenney
, (Fri Aug 22, 2:29 pm)
Re: [PATCH 2/2] smp_call_function: use rwlocks on queues rat...
, Christoph Lameter
, (Fri Aug 22, 2:36 pm)
Re: [PATCH 2/2] smp_call_function: use rwlocks on queues rat...
, Paul E. McKenney
, (Fri Aug 22, 3:52 pm)
Re: [PATCH 2/2] smp_call_function: use rwlocks on queues rat...
, Christoph Lameter
, (Fri Aug 22, 4:03 pm)
Re: [PATCH 2/2] smp_call_function: use rwlocks on queues rat...
, Paul E. McKenney
, (Fri Aug 22, 4:53 pm)
Re: [PATCH 2/2] smp_call_function: use rwlocks on queues rat...
, Peter Zijlstra
, (Mon Aug 25, 6:31 am)
Re: [PATCH 2/2] smp_call_function: use rwlocks on queues rat...
, Paul E. McKenney
, (Mon Aug 25, 11:12 am)
Re: [PATCH 2/2] smp_call_function: use rwlocks on queues rat...
, Christoph Lameter
, (Mon Aug 25, 11:44 am)
Re: [PATCH 2/2] smp_call_function: use rwlocks on queues rat...
, Paul E. McKenney
, (Mon Aug 25, 4:05 pm)
Re: [PATCH 2/2] smp_call_function: use rwlocks on queues rat...
, Peter Zijlstra
, (Mon Aug 25, 11:22 am)
Re: [PATCH 2/2] smp_call_function: use rwlocks on queues rat...
, Christoph Lameter
, (Mon Aug 25, 11:46 am)
Re: [PATCH 2/2] smp_call_function: use rwlocks on queues
, Nick Piggin
, (Tue Aug 26, 1:13 am)
Re: [PATCH 2/2] smp_call_function: use rwlocks on queues rat...
, Paul E. McKenney
, (Tue Aug 26, 9:40 am)
Re: [PATCH 2/2] smp_call_function: use rwlocks on queues rat...
, Paul E. McKenney
, (Mon Aug 25, 4:04 pm)
Re: [PATCH 2/2] smp_call_function: use rwlocks on queues rat...
, Peter Zijlstra
, (Mon Aug 25, 11:51 am)
Re: [PATCH 2/2] smp_call_function: use rwlocks on queues rat...
, Paul E. McKenney
, (Tue Aug 26, 9:43 am)
Re: [PATCH 2/2] smp_call_function: use rwlocks on queues rat...
, Peter Zijlstra
, (Tue Aug 26, 10:07 am)
Re: [PATCH 2/2] smp_call_function: use rwlocks on queues rat...
, Paul E. McKenney
, (Wed Aug 27, 11:16 am)
Re: [PATCH 2/2] smp_call_function: use rwlocks on queues rat...
, Andi Kleen
, (Fri Aug 22, 2:33 pm)
Re: [PATCH 2/2] smp_call_function: use rwlocks on queues rat...
, Paul E. McKenney
, (Fri Aug 22, 6:40 pm)
Re: [PATCH 2/2] smp_call_function: use rwlocks on queues rat...
, Jeremy Fitzhardinge
, (Fri Aug 22, 2:35 pm)
Re: [PATCH 2/2] smp_call_function: use rwlocks on queues rat...
, Andi Kleen
, (Sat Aug 23, 3:34 am)
Re: [PATCH 2/2] smp_call_function: use rwlocks on queues rat...
, Jeremy Fitzhardinge
, (Sun Aug 24, 12:55 am)
Re: [PATCH 2/2] smp_call_function: use rwlocks on queues rat...
, Andi Kleen
, (Sun Aug 24, 5:01 am)
Re: [PATCH 2/2] smp_call_function: use rwlocks on queues rat...
, Ingo Molnar
, (Fri Aug 22, 3:12 am)
Re: [PATCH 2/2] smp_call_function: use rwlocks on queues rat...
, Nick Piggin
, (Fri Aug 22, 5:12 am)
Re: [PATCH 2/2] smp_call_function: use rwlocks on queues rat...
, Nick Piggin
, (Thu Aug 21, 9:53 pm)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
monstr
[PATCH 11/60] microblaze_v4: cache support
Andrew Morton
Re: x86: 4kstacks default
Greg KH
[GIT PATCH] driver core patches against 2.6.24
Alan Cox
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3
git
:
linux-netdev
:
Jarek Poplawski
[PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
Ben Hutchings
Re: [GIT]: Networking
Gerrit Renker
[PATCH 03/37] dccp: List management for new feature negotiation
Jiri Olsa
[PATCHv5 0/2] net: fix race in the receive/select
openbsd-misc
:
Colocation donated by:
Who's online
There are currently
0 users
and
577 guests
online.
Syndicate