All of lore.kernel.org
 help / color / mirror / Atom feed
* Make RCU tree CPU topology aware?
@ 2015-08-17 10:39 Alexander Gordeev
  2015-08-17 15:28 ` Paul E. McKenney
  0 siblings, 1 reply; 4+ messages in thread
From: Alexander Gordeev @ 2015-08-17 10:39 UTC (permalink / raw)
  To: Paul E. McKenney; +Cc: linux-kernel

Hi Paul,

Currently RCU tree distributes CPUs to leafs based on consequent CPU
IDs. That means CPUs from remote caches and even nodes might end up
in the same leaf.

I did not research the impact, but at the glance that seems at least
sub-optimal; especially in case of remote nodes, when CPUs access
each others' memory?

I am thinking of topology-aware RCU geometry where the RCU tree reflects
the actual system topology. I.e by borrowing it from schedulling domains
or soemthing like that.

Do you think it worth the effort to research this question or I am
missing something and the current access patterns are just optimal?

Thanks!

-- 
Regards,
Alexander Gordeev
agordeev@redhat.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-08-18 13:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-17 10:39 Make RCU tree CPU topology aware? Alexander Gordeev
2015-08-17 15:28 ` Paul E. McKenney
2015-08-18  8:55   ` Alexander Gordeev
2015-08-18 13:21     ` Paul E. McKenney

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.