From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Subject: Re: [patch] Make rt_cache_stat use kmalloc_percpu Date: Fri, 20 Dec 2002 23:31:56 -0800 Sender: netdev-bounce@oss.sgi.com Message-ID: <3E0418EC.B55941EE@digeo.com> References: <20021216192212.C26076@in.ibm.com> <20021220.230528.106417474.davem@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: kiran@in.ibm.com, linux-kernel@vger.kernel.org, netdev@oss.sgi.com, dipankar@in.ibm.com Return-path: To: "David S. Miller" Errors-to: netdev-bounce@oss.sgi.com List-Id: netdev.vger.kernel.org "David S. Miller" wrote: > > From: Ravikiran G Thirumalai > Date: Mon, 16 Dec 2002 19:22:12 +0530 > > Here's another patch to use kmalloc_percpu. As usual, this removes > NR_CPUS bloat, can work when modulized and helps node local allocation. > > I can't consider this seriously until the kmalloc_percpu stuff > actually makes it into Linus's tree. Last I checked, Andrew had > a lot of legitimate gripes with the ideas. Kiran's latest (vastly simpler) version looks fine to my eye.