Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262162AbUJZDUU (ORCPT ); Mon, 25 Oct 2004 23:20:20 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261998AbUJZCxs (ORCPT ); Mon, 25 Oct 2004 22:53:48 -0400 Received: from omx3-ext.sgi.com ([192.48.171.20]:998 "EHLO omx3.sgi.com") by vger.kernel.org with ESMTP id S262104AbUJZClJ (ORCPT ); Mon, 25 Oct 2004 22:41:09 -0400 From: Jesse Barnes To: William Lee Irwin III Subject: Re: Hugepages demand paging V2 [0/8]: Discussion and overview Date: Mon, 25 Oct 2004 19:40:30 -0700 User-Agent: KMail/1.7 Cc: Christoph Lameter , "Chen, Kenneth W" , linux-kernel@vger.kernel.org References: <20041026022322.GD17038@holomorphy.com> In-Reply-To: <20041026022322.GD17038@holomorphy.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200410251940.30574.jbarnes@sgi.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1028 Lines: 20 On Monday, October 25, 2004 7:23 pm, William Lee Irwin III wrote: > 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. Do you have examples? SGI hardware has a so-called 'BTE' (for Block Transfer Engine) that can arbitrarily zero or copy pages w/o CPU assistance. It's builtin to the memory controller. Using it to zero the pages has the advantages of being asyncrhonous and not hosing the CPU cache. Jesse - 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/