From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 51CE4DDEE0 for ; Wed, 20 Jun 2007 09:04:41 +1000 (EST) Date: Tue, 19 Jun 2007 18:04:32 -0500 (CDT) From: Kumar Gala To: Joakim Tjernlund Subject: Re: [PATCH] rheap: eliminates internal fragments caused by alignment In-Reply-To: <1182269845.2969.117.camel@gentoo-jocke.transmode.se> Message-ID: References: <46766C91.6090903@freescale.com> <1182167304.2969.8.camel@gentoo-jocke.transmode.se> <1182269845.2969.117.camel@gentoo-jocke.transmode.se> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: linuxppc-dev Development , Li Yang , Paul , Vitaly Bordug List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 19 Jun 2007, Joakim Tjernlund wrote: > On Mon, 2007-06-18 at 13:48 +0200, Joakim Tjernlund wrote: > > On Mon, 2007-06-18 at 19:29 +0800, Li Yang wrote: > > > The patch adds fragments caused by rh_alloc_align() back to free list, instead > > > of allocating the whole chunk of memory. This will greatly improve memory > > > utilization managed by rheap. > > > > > > It solves MURAM not enough problem with 3 UCCs enabled on MPC8323. > > > > > > Signed-off-by: Li Yang > > > --- > > > > For what it is worth: > > I have tested this patch and it solves the problem with 3 UCCs > > as ethernet for me. This fixes a regression introduced after 2.6.20 > > Please consider for 2.6.22 > > Acked-by: Joakim Tjernlund > > I noticed Paulus pull request to Linus and this patch wasn't > included. I really want to see it included. > I'll push (or request pull) from Linus tonight for this to go into 2.6.22 - k