From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Graf Subject: Re: [v3 PATCH 6/9] rhashtable: Shrink to fit Date: Mon, 23 Mar 2015 15:38:20 +0000 Message-ID: <20150323153820.GA20752@casper.infradead.org> References: <20150323134955.GA16328@gondor.apana.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "David S. Miller" , Eric Dumazet , Patrick McHardy , Josh Triplett , "Paul E. McKenney" , netdev@vger.kernel.org To: Herbert Xu Return-path: Received: from casper.infradead.org ([85.118.1.10]:56759 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752218AbbCWPiV (ORCPT ); Mon, 23 Mar 2015 11:38:21 -0400 Content-Disposition: inline In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On 03/24/15 at 12:50am, Herbert Xu wrote: > This patch changes rhashtable_shrink to shrink to the smallest > size possible rather than halving the table. This is needed > because with multiple rehashing we will defer shrinking until > all other rehashing is done, meaning that when we do shrink > we may be able to shrink a lot. > > Signed-off-by: Herbert Xu Acked-by: Thomas Graf