From: William Lee Irwin III <wli@holomorphy.com>
To: Jesse Barnes <jbarnes@engr.sgi.com>
Cc: Andrew Morton <akpm@osdl.org>, linux-kernel@vger.kernel.org
Subject: Re: 2.6.8.1-mm3
Date: Sat, 21 Aug 2004 13:24:35 -0700 [thread overview]
Message-ID: <20040821202435.GA1510@holomorphy.com> (raw)
In-Reply-To: <200408211559.41655.jbarnes@engr.sgi.com>
On Friday, August 20, 2004 4:02 pm, William Lee Irwin III wrote:
>> Parallel compilation is an extremely poor benchmark in general, as the
>> workload is incapable of being effectively scaled to system sizes, the
>> linking phase is inherently unparallelizable and the compilation phase
>> too parallelizable to actually stress anything. There is also precisely
>> zero relevance the benchmark has to anything real users would do.
On Sat, Aug 21, 2004 at 03:59:41PM -0400, Jesse Barnes wrote:
> I disagree. Although I wouldn't expect to try and optimize the system for a
> 'make -j 2048', it's important that things not suck when several users do
> 'make -j 16' since that *is* a very common operation on machines like this
> (though hopefully the runtime is dominated not by compiles but by actual
> application runs).
Yet this criterion involves no performance metric; if it were a
benchmark it would quantify performance in a meaningful, reproducible,
and cross-system comparable way. AFAICT it's just being used as a
stress test for the dcache RCU issue.
On Friday, August 20, 2004 4:02 pm, William Lee Irwin III wrote:
>> It sounds like good news to me. The fact we boot at all instead
>> of spinning in perpetuity on spinlocks in interrupt context is
>> very good news to me, with a large added bonus of actually making
>> forward progress on workloads hitting global locks we've taken
>> steps to mitigate the locking overhead of.
On Sat, Aug 21, 2004 at 03:59:41PM -0400, Jesse Barnes wrote:
> Yep, I'm very excited about this. It makes working with such systems to
> improve other things infinitely easier (i.e. possible).
Stress test again...
On Friday, August 20, 2004 4:02 pm, William Lee Irwin III wrote:
>> I suppose the unfortunate thing is that we didn't discover anything
>> new at all, apart from quantifying certain things, e.g. how effective
>> the RCU improvements have been. IIRC that question was unanswered after
>> the last round, apart from (maybe) that things stopped livelocking.
On Sat, Aug 21, 2004 at 03:59:41PM -0400, Jesse Barnes wrote:
> Well, this isn't a very good benchmark for discovering things that we don't
> already know (e.g. dcache and RCU issues). Now that things appear to be
> working however, we can start doing more realistic benchmarks.
I'll be happy to see those happen instead of kernel compiles. =)
On Friday, August 20, 2004 4:02 pm, William Lee Irwin III wrote:
>> I suppose another way to answer the question of what's going on is to
>> fiddle with ia64's implementation of profile_pc(). I suspect something
>> like this may reveal the offending codepaths.
On Sat, Aug 21, 2004 at 03:59:41PM -0400, Jesse Barnes wrote:
> Looks interesting. I'll see if it works next week.
I can take it for a spin here to make sure it does the right thing.
-- wli
next prev parent reply other threads:[~2004-08-21 20:25 UTC|newest]
Thread overview: 50+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-08-20 10:19 2.6.8.1-mm3 Andrew Morton
2004-08-20 11:25 ` [PATCH] 2.6.8.1-mm3, fix visws kernel build Andrey Panin
2004-08-20 11:46 ` 2.6.8.1-mm3 Russell King
2004-08-20 11:47 ` [PATCH] 2.6.8.1-mm3, fix qla1280 build on visws Andrey Panin
2004-08-20 15:44 ` 2.6.8.1-mm3 Jesse Barnes
2004-08-20 16:57 ` 2.6.8.1-mm3 Jesse Barnes
2004-08-20 17:08 ` 2.6.8.1-mm3 Jesse Barnes
2004-08-20 18:55 ` 2.6.8.1-mm3 Andrew Morton
2004-08-20 19:56 ` 2.6.8.1-mm3 Jesse Barnes
2004-08-20 20:02 ` 2.6.8.1-mm3 William Lee Irwin III
2004-08-20 23:31 ` 2.6.8.1-mm3 Anton Blanchard
2004-08-21 0:03 ` 2.6.8.1-mm3 William Lee Irwin III
2004-08-21 7:04 ` 2.6.8.1-mm3 Martin J. Bligh
2004-08-21 15:22 ` 2.6.8.1-mm3 William Lee Irwin III
2004-08-21 19:59 ` 2.6.8.1-mm3 Jesse Barnes
2004-08-21 20:24 ` William Lee Irwin III [this message]
2004-08-21 20:35 ` 2.6.8.1-mm3 Jesse Barnes
2004-08-23 9:02 ` 2.6.8.1-mm3 David Mosberger
2004-08-23 16:27 ` 2.6.8.1-mm3 wli
2004-08-23 18:18 ` 2.6.8.1-mm3 Jesse Barnes
2004-08-24 7:24 ` 2.6.8.1-mm3 David Mosberger
2004-08-20 18:04 ` 2.6.8.1-mm3 lockmeter on 512p w/kernbench Jesse Barnes
2004-09-10 16:25 ` Greg Edwards
2004-08-20 18:46 ` 2.6.8.1-mm3 Jesse Barnes
2004-08-21 1:26 ` 2.6.8.1-mm3 Nick Piggin
2004-08-21 20:05 ` 2.6.8.1-mm3 Jesse Barnes
2004-08-22 1:27 ` 2.6.8.1-mm3 Jesse Barnes
2004-08-22 2:11 ` 2.6.8.1-mm3 Nick Piggin
2004-08-22 15:44 ` 2.6.8.1-mm3 Jesse Barnes
2004-08-20 17:38 ` 2.6.8.1-mm3 (build failture w/ CONFIG_NUMA) mita akinobu
2004-08-20 17:55 ` Jesse Barnes
2004-08-20 18:12 ` 2.6.8.1-mm3 (compile stats) John Cherry
2004-08-21 18:54 ` Herbert Poetzl
2004-08-21 17:37 ` 2.6.8.1-mm3 William Lee Irwin III
2004-08-22 13:02 ` 2.6.8.1-mm3 William Lee Irwin III
2004-08-21 18:51 ` 2.6.8.1-mm3 R. J. Wysocki
2004-08-22 4:32 ` 2.6.8.1-mm3 Thomas Davis
2004-08-22 4:48 ` 2.6.8.1-mm3 Andrew Morton
2004-08-22 4:58 ` 2.6.8.1-mm3 Nick Piggin
2004-08-22 6:26 ` 2.6.8.1-mm3 Thomas Davis
2004-08-22 6:51 ` 2.6.8.1-mm3 Pete Zaitcev
2004-08-22 15:11 ` 2.6.8.1-mm3 Bartlomiej Zolnierkiewicz
-- strict thread matches above, loose matches on Subject: below --
2004-08-21 14:43 2.6.8.1-mm3 Mikael Pettersson
2004-08-21 16:02 ` 2.6.8.1-mm3 James Bottomley
2004-08-21 17:15 2.6.8.1-mm3 Mikael Pettersson
2004-08-21 18:38 2.6.8.1-mm3 Mikael Pettersson
2004-08-21 19:14 ` 2.6.8.1-mm3 Patrick Mansfield
2004-08-21 19:24 ` 2.6.8.1-mm3 James Bottomley
2004-08-21 21:47 ` 2.6.8.1-mm3 Matthew Wilcox
2004-08-25 3:50 ` 2.6.8.1-mm3 James Bottomley
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040821202435.GA1510@holomorphy.com \
--to=wli@holomorphy.com \
--cc=akpm@osdl.org \
--cc=jbarnes@engr.sgi.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox