From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Graf Subject: Re: [v3 PATCH 8/9] rhashtable: Allow GFP_ATOMIC bucket table allocation Date: Mon, 23 Mar 2015 16:38:21 +0000 Message-ID: <20150323163821.GC20752@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]:57042 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752499AbbCWQiW (ORCPT ); Mon, 23 Mar 2015 12:38:22 -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 adds the ability to allocate bucket table with GFP_ATOMIC > instead of GFP_KERNEL. This is needed when we perform an immediate > rehash during insertion. > > Signed-off-by: Herbert Xu Acked-by: Thomas Graf