Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932865Ab1EMLYg (ORCPT ); Fri, 13 May 2011 07:24:36 -0400 Received: from cantor2.suse.de ([195.135.220.15]:47927 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932213Ab1EMLYf (ORCPT ); Fri, 13 May 2011 07:24:35 -0400 Date: Fri, 13 May 2011 12:24:29 +0100 From: Mel Gorman To: Andrea Arcangeli Cc: James Bottomley , David Rientjes , Andrew Morton , Colin King , Raghavendra D Prabhu , Jan Kara , Chris Mason , Christoph Lameter , Pekka Enberg , Rik van Riel , Johannes Weiner , linux-fsdevel , linux-mm , linux-kernel , linux-ext4 Subject: Re: [PATCH 0/3] Reduce impact to overall system of SLUB using high-order allocations Message-ID: <20110513112429.GF3569@suse.de> References: <1305127773-10570-1-git-send-email-mgorman@suse.de> <1305149960.2606.53.camel@mulgrave.site> <1305153267.2606.57.camel@mulgrave.site> <20110512180457.GO11579@random.random> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <20110512180457.GO11579@random.random> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1095 Lines: 32 On Thu, May 12, 2011 at 08:04:57PM +0200, Andrea Arcangeli wrote: > Hi James! > > On Wed, May 11, 2011 at 05:34:27PM -0500, James Bottomley wrote: > > Yes, but only once in all the testing. With patches 1 and 2 the hang is > > Weird patch 2 makes the large order allocation without ~__GFP_WAIT, so > even COMPACTION=y/n shouldn't matter anymore. Am I misreading > something Mel? > > Removing ~__GFP_WAIT from patch 2 (and adding ~__GFP_REPEAT as a > correctness improvement) and setting COMPACTION=y also should work ok. > should_continue_reclaim could till be looping unless __GFP_REPEAT is cleared if CONFIG_COMPACTION is set. > Removing ~__GFP_WAIT from patch 2 and setting COMPACTION=n is expected > not to work well. > > But compaction should only make the difference if you remove > ~__GFP_WAIT from patch 2. -- Mel Gorman SUSE Labs -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/