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:
Christoph Lameter <cl@...>
To: <paulmck@...>
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 - 2:36 pm
Paul E. McKenney wrote:
quoted text
>>> 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? --
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
:
Ingo Molnar
[bug] block subsystem related crash with latest -git
Tarkan Erimer
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3
Greg KH
[GIT PATCH] driver core patches against 2.6.24
Adrian Bunk
Re: net/ipv4/fib_trie.c - compile error (Re: 2.6.23-rc3-mm1)
git
:
linux-netdev
:
Gerrit Renker
[PATCH 03/37] dccp: List management for new feature negotiation
Jarek Poplawski
[PATCH take 2] pkt_sched: Protect gen estimators under est_lock.
David Miller
[GIT]: Networking
Natalie Protasevich
[BUG] New Kernel Bugs
openbsd-misc
:
Colocation donated by:
Who's online
There are currently
11 users
and
797 guests
online.
Online users
Yerka85
Yerka85
cordic
adenchamberlin
zeekec
electriccigare
seocompanyztjd
outdoormensmoc
jaymekollarwz
prostatehealqyv
longshowercurt
Syndicate