From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932408AbZEAPZW (ORCPT ); Fri, 1 May 2009 11:25:22 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756315AbZEAPZF (ORCPT ); Fri, 1 May 2009 11:25:05 -0400 Received: from smtp.ultrahosting.com ([74.213.174.254]:48392 "EHLO smtp.ultrahosting.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755569AbZEAPZD (ORCPT ); Fri, 1 May 2009 11:25:03 -0400 Date: Fri, 1 May 2009 11:14:32 -0400 (EDT) From: Christoph Lameter X-X-Sender: cl@qirst.com To: Mel Gorman cc: Hugh Dickins , Andrew Morton , Andi Kleen , David Miller , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH mmotm] mm: alloc_large_system_hash check order In-Reply-To: <20090501150933.GE27831@csn.ul.ie> Message-ID: References: <20090430132544.GB21997@csn.ul.ie> <20090501140015.GA27831@csn.ul.ie> <20090501150933.GE27831@csn.ul.ie> User-Agent: Alpine 1.10 (DEB 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 1 May 2009, Mel Gorman wrote: > But IIRC, the vmemmap code depends on architecture-specific help from > vmemmap_populate() to place the map in the right place and it's not universally > available. It's likely that similar would be needed to support large > hash tables. I think the networking guys would need to be fairly sure > the larger table would make a big difference before tackling the > problem. The same function could be used. Fallback to vmap is always possible. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Lameter Subject: Re: [PATCH mmotm] mm: alloc_large_system_hash check order Date: Fri, 1 May 2009 11:14:32 -0400 (EDT) Message-ID: References: <20090430132544.GB21997@csn.ul.ie> <20090501140015.GA27831@csn.ul.ie> <20090501150933.GE27831@csn.ul.ie> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Hugh Dickins , Andrew Morton , Andi Kleen , David Miller , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org To: Mel Gorman Return-path: In-Reply-To: <20090501150933.GE27831@csn.ul.ie> Sender: owner-linux-mm@kvack.org List-Id: netdev.vger.kernel.org On Fri, 1 May 2009, Mel Gorman wrote: > But IIRC, the vmemmap code depends on architecture-specific help from > vmemmap_populate() to place the map in the right place and it's not universally > available. It's likely that similar would be needed to support large > hash tables. I think the networking guys would need to be fairly sure > the larger table would make a big difference before tackling the > problem. The same function could be used. Fallback to vmap is always possible. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org