[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150309222631.GA12221@gondor.apana.org.au>
Date: Tue, 10 Mar 2015 09:26:31 +1100
From: Herbert Xu <herbert@...dor.apana.org.au>
To: David Miller <davem@...emloft.net>
Cc: tgraf@...g.ch, netdev@...r.kernel.org, josh@...htriplett.org,
"Paul E. McKenney" <paulmck@...ux.vnet.ibm.com>
Subject: [PATCH 0/2] rhashtable: Arbitrary rehashing
Hi Dave:
These two patches implement arbitrary rehashing in rhashtable. The
idea is based on the hashtable in net/bridge/br_multicast.c plus
the suggestion by Josh Triplett to avoid using two linked lists.
I have tested it using netlink but obviously more testing especially
using netfilter would be welcome.
After this I would like to explore the idea of allowing multiple
rehashes in parallel. This would allow us to not have to rehash
synchronously when the table gets too big and the previous rehash
hasn't finished.
Cheers,
--
Email: Herbert Xu <herbert@...dor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
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