Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934294AbXILWjV (ORCPT ); Wed, 12 Sep 2007 18:39:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932660AbXILWjO (ORCPT ); Wed, 12 Sep 2007 18:39:14 -0400 Received: from netops-testserver-3-out.sgi.com ([192.48.171.28]:40105 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932592AbXILWjN (ORCPT ); Wed, 12 Sep 2007 18:39:13 -0400 Date: Wed, 12 Sep 2007 15:39:12 -0700 (PDT) From: Christoph Lameter X-X-Sender: clameter@schroedinger.engr.sgi.com To: Nick Piggin cc: Peter Zijlstra , linux-mm@kvack.org, linux-kernel@vger.kernel.org, akpm@linux-foundation.org, dkegel@google.com, David Miller , Daniel Phillips Subject: Re: [RFC 0/3] Recursive reclaim (on __PF_MEMALLOC) In-Reply-To: <20070821002830.GB8414@wotan.suse.de> Message-ID: References: <20070814142103.204771292@sgi.com> <20070815122253.GA15268@wotan.suse.de> <1187183526.6114.45.camel@twins> <20070816032921.GA32197@wotan.suse.de> <1187581894.6114.169.camel@twins> <20070821002830.GB8414@wotan.suse.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1114 Lines: 21 On Tue, 21 Aug 2007, Nick Piggin wrote: > The thing I don't much like about your patches is the addition of more > of these global reserve type things in the allocators. They kind of > suck (not your code, just the concept of them in general -- ie. including > the PF_MEMALLOC reserve). I'd like to eventually reach a model where > reclaimable memory from a given subsystem is always backed by enough > resources to be able to reclaim it. What stopped you from going that > route with the network subsystem? (too much churn, or something > fundamental?) That sounds very right aside from the global reserve. A given subsystem may exist in multiple instances and serve sub partitions of the system. F.e. there may be a network card on node 5 and a job running on nodes 3-7 and another netwwork card on node 15 with the corresponding nodes 13-17 doing I/O through it. - 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/