Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754234AbYG3RXg (ORCPT ); Wed, 30 Jul 2008 13:23:36 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759401AbYG3RXW (ORCPT ); Wed, 30 Jul 2008 13:23:22 -0400 Received: from gir.skynet.ie ([193.1.99.77]:37973 "EHLO gir.skynet.ie" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758818AbYG3RXV (ORCPT ); Wed, 30 Jul 2008 13:23:21 -0400 Date: Wed, 30 Jul 2008 18:23:18 +0100 From: Mel Gorman To: Andrew Morton Cc: Eric Munson , linux-mm@kvack.org, linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org, libhugetlbfs-devel@lists.sourceforge.net Subject: Re: [RFC] [PATCH 0/5 V2] Huge page backed user-space stacks Message-ID: <20080730172317.GA14138@csn.ul.ie> References: <20080730014308.2a447e71.akpm@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <20080730014308.2a447e71.akpm@linux-foundation.org> User-Agent: Mutt/1.5.13 (2006-08-11) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1751 Lines: 35 On (30/07/08 01:43), Andrew Morton didst pronounce: > On Mon, 28 Jul 2008 12:17:10 -0700 Eric Munson wrote: > > > Certain workloads benefit if their data or text segments are backed by > > huge pages. > > oh. As this is a performance patch, it would be much better if its > description contained some performance measurement results! Please. > I ran these patches through STREAM (http://www.cs.virginia.edu/stream/). STREAM itself was patched to allocate data from the stack instead of statically for the test. They completed without any problem on x86, x86_64 and PPC64 and each test showed a performance gain from using hugepages. I can post the raw figures but they are not currently in an eye-friendly format. Here are some plots of the data though; x86: http://www.csn.ul.ie/~mel/postings/stack-backing-20080730/x86-stream-stack.ps x86_64: http://www.csn.ul.ie/~mel/postings/stack-backing-20080730/x86_64-stream-stack.ps ppc64-small: http://www.csn.ul.ie/~mel/postings/stack-backing-20080730/ppc64-small-stream-stack.ps ppc64-large: http://www.csn.ul.ie/~mel/postings/stack-backing-20080730/ppc64-large-stream-stack.ps The test was to run STREAM with different array sizes (plotted on X-axis) and measure the average throughput (y-axis). In each case, backing the stack with large pages with a performance gain. -- 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/