From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [PATCH nf-next-2.6] netfilter: vmalloc_node cleanup Date: Fri, 04 Jun 2010 13:32:55 +0200 Message-ID: <4C08E467.4010403@trash.net> References: <1275454950.2638.121.camel@edumazet-laptop> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: netdev , Netfilter Development Mailinglist To: Eric Dumazet Return-path: In-Reply-To: <1275454950.2638.121.camel@edumazet-laptop> Sender: netfilter-devel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org Eric Dumazet wrote: > Using vmalloc_node(size, numa_node_id()) for temporary storage is not > needed. vmalloc(size) is more respectful of user NUMA policy. Applied, thanks Eric.