[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <p73zm7ae4lf.fsf@bingen.suse.de>
Date: 19 Feb 2007 13:04:12 +0100
From: Andi Kleen <andi@...stfloor.org>
To: "Michael K. Edwards" <medwards.linux@...il.com>
Cc: "Eric Dumazet" <dada1@...mosbay.com>,
"Evgeniy Polyakov" <johnpol@....mipt.ru>, akepner@....com,
linux@...izon.com, davem@...emloft.net, netdev@...r.kernel.org,
bcrl@...ux.intel.com
Subject: Re: Extensible hashing and RCU
"Michael K. Edwards" <medwards.linux@...il.com> writes:
> A better data structure for RCU, even with a fixed key space, is
> probably a splay tree. Much less vulnerable to cache eviction DDoS
> than a hash, because the hot connections get rotated up into non-leaf
> layers and get traversed enough to keep them in the LRU set.
LRU tends to be hell for caches in MP systems, because it writes to
the cache lines too and makes them exclusive and more expensive.
-Andi
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists