Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262212AbUJZCZP (ORCPT ); Mon, 25 Oct 2004 22:25:15 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262209AbUJZCYo (ORCPT ); Mon, 25 Oct 2004 22:24:44 -0400 Received: from holomorphy.com ([207.189.100.168]:44768 "EHLO holomorphy.com") by vger.kernel.org with ESMTP id S262200AbUJZCX3 (ORCPT ); Mon, 25 Oct 2004 22:23:29 -0400 Date: Mon, 25 Oct 2004 19:23:22 -0700 From: William Lee Irwin III To: Christoph Lameter Cc: "Chen, Kenneth W" , linux-kernel@vger.kernel.org Subject: Re: Hugepages demand paging V2 [0/8]: Discussion and overview Message-ID: <20041026022322.GD17038@holomorphy.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: The Domain of Holomorphy User-Agent: Mutt/1.5.6+20040722i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1532 Lines: 39 On Mon, Oct 25, 2004 at 06:26:42PM -0700, Christoph Lameter wrote: > - memory policy for numa alloc is only available in mempolicy.c and > not in hugetlb.c If hugepage allocation needs to follow mempolicy > then we need additional stuff in mempolicy.c exported (defer for now). Exported? hugetlb hasn't ever really successfully been made modular. On Mon, Oct 25, 2004 at 06:26:42PM -0700, Christoph Lameter wrote: > - Do other arch specific functions need to be aware of compound pages for > this to work? Not sure where any new dependencies would come in, or even what "this" means in your question. On Mon, Oct 25, 2004 at 06:26:42PM -0700, Christoph Lameter wrote: > - Clearing hugetlb pages is time consuming using clear_highpage in > alloc_huge_page. Make it possible to use hw assist via DMA or so there? It's possible, but it's been found not to be useful. What has been found useful is assistance from much lower-level memory hardware of a kind not to be had in any extant mass-manufactured machines. On Mon, Oct 25, 2004 at 06:26:42PM -0700, Christoph Lameter wrote: > - sparc64 arch code needs to be tested > - sh64 code needs to be fixed up and tested > - sh code needs to be fixed up and tested I'll ask the maintainers where to get sh and sh64 hardware. -- wli - 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/