lkml.org 
[lkml]   [2014]   [Jun]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH tip/core/rcu] Reduce overhead of cond_resched() checks for RCU
On Mon, Jun 23, 2014 at 10:17:19AM -0700, Dave Hansen wrote:
> On 06/23/2014 09:55 AM, Dave Hansen wrote:
> > This still has a regression. Commit 1ed70de (from Paul's git tree),
> > gets a result of 52231880. If I back up two commits to v3.16-rc1 and
> > revert ac1bea85 (the original culprit) the result goes back up to 57308512.
> >
> > So something is still going on here.
> >
> > I'll go back and compare the grace period ages to see if I can tell what
> > is going on.
>
> RCU_TRACE interferes with the benchmark a little bit, and it lowers the
> delta that the regression causes. So, evaluate this cautiously.

RCU_TRACE does increase overhead somewhat, so I would expect somewhat
less difference with it enabled. Though I am a bit surprised that the
overhead of its counters is measurable. Or is something going on?

> According to rcu_sched/rcugp, the average "age" is:
>
> v3.16-rc1, with ac1bea85 reverted: 10.7
> v3.16-rc1, plus e552592e: 6.1
>
> Paul, have you been keeping an eye on rcugp? Even if I run my system
> with only 10 threads, I still see this basic pattern where the average
> "age" is lower when I see lower performance. It seems to be a
> reasonable proxy that could be used instead of waiting on me to re-run
> tests.

I do print out GPs/sec when running rcutorture, and they do vary somewhat,
but mostly with different Kconfig parameter settings. Plus rcutorture
ramps up and down, so the GPs/sec is less than what you might see in a
system running an unvarying workload. That said, increasing grace-period
latency is not always good for performance, in fact, I usually get beaten
up for grace periods completing too quickly rather than too slowly.
This current issue is one of the rare exceptions, perhaps even the
only exception.

So let's see... The open1 benchmark sits in a loop doing open()
and close(), and probably spends most of its time in the kernel.
It doesn't do much context switching. I am guessing that you don't
have CONFIG_NO_HZ_FULL=y, or the boot/sysfs parameter would not have
much effect because then the first quiescent-state-forcing attempt would
likely finish the grace period.

So, given that short grace periods help other workloads (I have the
scars to prove it), and given that the patch fixes some real problems,
and given that the large number for rcutree.jiffies_till_sched_qs got
us within 3%, shouldn't we consider this issue closed?

Thanx, Paul



\
 
 \ /
  Last update: 2014-06-23 20:41    [W:0.205 / U:0.696 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site