Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754524Ab3HPOsJ (ORCPT ); Fri, 16 Aug 2013 10:48:09 -0400 Received: from merlin.infradead.org ([205.233.59.134]:49049 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752711Ab3HPOsE (ORCPT ); Fri, 16 Aug 2013 10:48:04 -0400 Date: Fri, 16 Aug 2013 16:47:42 +0200 From: Peter Zijlstra To: Alex Thorlton Cc: linux-kernel@vger.kernel.org, Ingo Molnar , Andrew Morton , Mel Gorman , "Kirill A . Shutemov" , Rik van Riel , Johannes Weiner , "Eric W . Biederman" , Sedat Dilek , Frederic Weisbecker , Dave Jones , Michael Kerrisk , "Paul E . McKenney" , David Howells , Thomas Gleixner , Al Viro , Oleg Nesterov , Srikar Dronamraju , Kees Cook , Robin Holt Subject: Re: [PATCH 0/8] Re: [PATCH] Add per-process flag to control thp Message-ID: <20130816144742.GZ24092@twins.programming.kicks-ass.net> References: <87wqo050fc.fsf@tassilo.jf.intel.com> <1376663644-153546-1-git-send-email-athorlton@sgi.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1376663644-153546-1-git-send-email-athorlton@sgi.com> User-Agent: Mutt/1.5.21 (2012-12-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1493 Lines: 37 On Fri, Aug 16, 2013 at 09:33:56AM -0500, Alex Thorlton wrote: > This first set of tests was run on the latest community kernel, with the > vclear patches: > > Kernel string: Kernel 3.11.0-rc5-medusa-00021-g1a15a96-dirty > harp31-sys:/home/estes04/athorlton/Testing/progs/thp_benchmarks/321.equake_l# cat /sys/kernel/mm/transparent_hugepage/enabled > [always] madvise never > harp31-sys:/home/estes04/athorlton/Testing/progs/thp_benchmarks/321.equake_l# time ./run.sh > ... > Done. Terminating the simulation. > > real 25m34.052s > user 10769m7.948s > sys 37m46.524s > > harp31-sys:/home/estes04/athorlton/Testing/progs/thp_benchmarks/321.equake_l# echo never > /sys/kernel/mm/transparent_hugepage/enabled > harp31-sys:/home/estes04/athorlton/Testing/progs/thp_benchmarks/321.equake_l# cat /sys/kernel/mm/transparent_hugepage/enabled > always madvise [never] > harp31-sys:/home/estes04/athorlton/Testing/progs/thp_benchmarks/321.equake_l# time ./run.sh > ... > Done. Terminating the simulation. > > real 5m0.377s > user 2202m0.684s > sys 108m31.816s > This 321.equake_l thing is not public, right? Do you have anything that is public that shows the same problem? Do you have any idea where all the extra time is spend? -- 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/