Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754521AbZJ0PTI (ORCPT ); Tue, 27 Oct 2009 11:19:08 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753086AbZJ0PTH (ORCPT ); Tue, 27 Oct 2009 11:19:07 -0400 Received: from gir.skynet.ie ([193.1.99.77]:40498 "EHLO gir.skynet.ie" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752442AbZJ0PTF (ORCPT ); Tue, 27 Oct 2009 11:19:05 -0400 Date: Tue, 27 Oct 2009 15:19:05 +0000 From: Mel Gorman To: Christoph Lameter Cc: Stephan von Krawczynski , Frans Pop , Jiri Kosina , Sven Geggus , Karol Lewandowski , Tobias Oetiker , "Rafael J. Wysocki" , David Miller , Reinette Chatre , Kalle Valo , David Rientjes , KOSAKI Motohiro , Mohamed Abbas , Jens Axboe , "John W. Linville" , Pekka Enberg , Bartlomiej Zolnierkiewicz , Greg Kroah-Hartman , Kernel Testers List , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, "linux-mm@kvack.org" Subject: Re: [PATCH 2/5] page allocator: Do not allow interrupts to use ALLOC_HARDER Message-ID: <20091027151904.GH8900@csn.ul.ie> References: <1256221356-26049-1-git-send-email-mel@csn.ul.ie> <1256221356-26049-3-git-send-email-mel@csn.ul.ie> <20091022183303.2448942d.skraw@ithnet.com> <20091022163752.GU11778@csn.ul.ie> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17+20080114 (2008-01-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 908 Lines: 27 On Fri, Oct 23, 2009 at 10:03:05PM -0400, Christoph Lameter wrote: > There are now rt dependencies in the page allocator that screw things up? > The rt logic was present before. > And an rt flag causes the page allocator to try harder meaning it adds > latency. > The harder term in the flag is a bit misleading. The effect of ALLOC_HARDER is that the watermark is lower for the task. i.e. a rt task is less likely to enter direct reclaim than normal tasks so it should have less latency. > ? > > -- Mel Gorman Part-time Phd Student Linux Technology Center University of Limerick IBM Dublin Software Lab -- 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/