public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [x86, vdso] cfda7bb9ecb: +14.7% will-it-scale.per_thread_ops
@ 2014-05-20  5:59 Jet Chen
  2014-05-21 22:46 ` Andy Lutomirski
  0 siblings, 1 reply; 4+ messages in thread
From: Jet Chen @ 2014-05-20  5:59 UTC (permalink / raw)
  To: Andy Lutomirski; +Cc: H. Peter Anvin, Fengguang Wu, LKML, lkp

[-- Attachment #1: Type: text/plain, Size: 977 bytes --]

Hi Andy,

FYI, we noticed the below changes on

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
commit cfda7bb9ecbf9d96264bb5bade33a842966d1062 ("x86, vdso: Move syscall and sysenter setup into kernel/cpu/common.c")

test case: nhm4/will-it-scale/sched_yield

3d7ee969bffcc98  cfda7bb9ecbf9d96264bb5bad
---------------  -------------------------
     5497021 ~ 0%     +14.7%    6303424 ~ 0%  TOTAL will-it-scale.per_thread_ops
        0.54 ~ 0%      +5.6%       0.57 ~ 0%  TOTAL will-it-scale.scalability
     6209483 ~ 0%      +1.6%    6305917 ~ 0%  TOTAL will-it-scale.per_process_ops
        2455 ~ 5%     +16.9%       2870 ~ 5%  TOTAL cpuidle.C1-NHM.usage
        8829 ~ 7%     +15.2%      10169 ~10%  TOTAL slabinfo.kmalloc-64.active_objs
       24.13 ~12%     +48.9%      35.93 ~14%  TOTAL time.user_time
         393 ~ 0%      -3.0%        382 ~ 1%  TOTAL time.system_time


Legend:
	~XX%    - stddev percent
	[+-]XX% - change percent


Thanks,
Jet



[-- Attachment #2: reproduce --]
[-- Type: text/plain, Size: 622 bytes --]

echo performance > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
echo performance > /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor
echo performance > /sys/devices/system/cpu/cpu2/cpufreq/scaling_governor
echo performance > /sys/devices/system/cpu/cpu3/cpufreq/scaling_governor
echo performance > /sys/devices/system/cpu/cpu4/cpufreq/scaling_governor
echo performance > /sys/devices/system/cpu/cpu5/cpufreq/scaling_governor
echo performance > /sys/devices/system/cpu/cpu6/cpufreq/scaling_governor
echo performance > /sys/devices/system/cpu/cpu7/cpufreq/scaling_governor
./runtest.py sched_yield 32 1 4 6 8



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [x86, vdso] cfda7bb9ecb: +14.7% will-it-scale.per_thread_ops
  2014-05-20  5:59 [x86, vdso] cfda7bb9ecb: +14.7% will-it-scale.per_thread_ops Jet Chen
@ 2014-05-21 22:46 ` Andy Lutomirski
  2014-05-22  1:54   ` Fengguang Wu
  0 siblings, 1 reply; 4+ messages in thread
From: Andy Lutomirski @ 2014-05-21 22:46 UTC (permalink / raw)
  To: Jet Chen; +Cc: H. Peter Anvin, Fengguang Wu, LKML, lkp

On Mon, May 19, 2014 at 10:59 PM, Jet Chen <jet.chen@intel.com> wrote:
> Hi Andy,
>
> FYI, we noticed the below changes on
>
> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
> commit cfda7bb9ecbf9d96264bb5bade33a842966d1062 ("x86, vdso: Move syscall
> and sysenter setup into kernel/cpu/common.c")

This is really strange.  That change shouldn't have any effect except
that some kernels might boot a cycle or two faster.

>
> test case: nhm4/will-it-scale/sched_yield
>
> 3d7ee969bffcc98  cfda7bb9ecbf9d96264bb5bad
> ---------------  -------------------------
>     5497021 ~ 0%     +14.7%    6303424 ~ 0%  TOTAL
> will-it-scale.per_thread_ops
>        0.54 ~ 0%      +5.6%       0.57 ~ 0%  TOTAL will-it-scale.scalability
>     6209483 ~ 0%      +1.6%    6305917 ~ 0%  TOTAL
> will-it-scale.per_process_ops
>        2455 ~ 5%     +16.9%       2870 ~ 5%  TOTAL cpuidle.C1-NHM.usage
>        8829 ~ 7%     +15.2%      10169 ~10%  TOTAL
> slabinfo.kmalloc-64.active_objs
>       24.13 ~12%     +48.9%      35.93 ~14%  TOTAL time.user_time
>         393 ~ 0%      -3.0%        382 ~ 1%  TOTAL time.system_time
>

Is this a speedup or a slowdown?

--Andy

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [x86, vdso] cfda7bb9ecb: +14.7% will-it-scale.per_thread_ops
  2014-05-21 22:46 ` Andy Lutomirski
@ 2014-05-22  1:54   ` Fengguang Wu
  2014-05-22  5:03     ` H. Peter Anvin
  0 siblings, 1 reply; 4+ messages in thread
From: Fengguang Wu @ 2014-05-22  1:54 UTC (permalink / raw)
  To: Andy Lutomirski; +Cc: Jet Chen, H. Peter Anvin, LKML, lkp

Hi Andy,

On Wed, May 21, 2014 at 03:46:58PM -0700, Andy Lutomirski wrote:
> On Mon, May 19, 2014 at 10:59 PM, Jet Chen <jet.chen@intel.com> wrote:
> > Hi Andy,
> >
> > FYI, we noticed the below changes on
> >
> > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
> > commit cfda7bb9ecbf9d96264bb5bade33a842966d1062 ("x86, vdso: Move syscall
> > and sysenter setup into kernel/cpu/common.c")
> 
> This is really strange.  That change shouldn't have any effect except
> that some kernels might boot a cycle or two faster.
> 
> >
> > test case: nhm4/will-it-scale/sched_yield
> >
> > 3d7ee969bffcc98  cfda7bb9ecbf9d96264bb5bad
> > ---------------  -------------------------
> >     5497021 ~ 0%     +14.7%    6303424 ~ 0%  TOTAL
> > will-it-scale.per_thread_ops
> >        0.54 ~ 0%      +5.6%       0.57 ~ 0%  TOTAL will-it-scale.scalability
> >     6209483 ~ 0%      +1.6%    6305917 ~ 0%  TOTAL
> > will-it-scale.per_process_ops
> >        2455 ~ 5%     +16.9%       2870 ~ 5%  TOTAL cpuidle.C1-NHM.usage
> >        8829 ~ 7%     +15.2%      10169 ~10%  TOTAL
> > slabinfo.kmalloc-64.active_objs
> >       24.13 ~12%     +48.9%      35.93 ~14%  TOTAL time.user_time
> >         393 ~ 0%      -3.0%        382 ~ 1%  TOTAL time.system_time
> >
> 
> Is this a speedup or a slowdown?

It's a speedup. The will-it-scale/sched_yield test case's throughput
increased by +14.7% (multi-thread case) and +1.6% (multi-process case).

However the CPU %user time increased more, by +48.9%.

Thanks,
Fengguang

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [x86, vdso] cfda7bb9ecb: +14.7% will-it-scale.per_thread_ops
  2014-05-22  1:54   ` Fengguang Wu
@ 2014-05-22  5:03     ` H. Peter Anvin
  0 siblings, 0 replies; 4+ messages in thread
From: H. Peter Anvin @ 2014-05-22  5:03 UTC (permalink / raw)
  To: Fengguang Wu, Andy Lutomirski; +Cc: Jet Chen, LKML, lkp

On 05/21/2014 06:54 PM, Fengguang Wu wrote:
>>>
>>> test case: nhm4/will-it-scale/sched_yield
>>>
>>> 3d7ee969bffcc98  cfda7bb9ecbf9d96264bb5bad
>>> ---------------  -------------------------
>>>     5497021 ~ 0%     +14.7%    6303424 ~ 0%  TOTAL
>>> will-it-scale.per_thread_ops
>>>        0.54 ~ 0%      +5.6%       0.57 ~ 0%  TOTAL will-it-scale.scalability
>>>     6209483 ~ 0%      +1.6%    6305917 ~ 0%  TOTAL
>>> will-it-scale.per_process_ops
>>>        2455 ~ 5%     +16.9%       2870 ~ 5%  TOTAL cpuidle.C1-NHM.usage
>>>        8829 ~ 7%     +15.2%      10169 ~10%  TOTAL
>>> slabinfo.kmalloc-64.active_objs
>>>       24.13 ~12%     +48.9%      35.93 ~14%  TOTAL time.user_time
>>>         393 ~ 0%      -3.0%        382 ~ 1%  TOTAL time.system_time
>>>
>>
>> Is this a speedup or a slowdown?
> 
> It's a speedup. The will-it-scale/sched_yield test case's throughput
> increased by +14.7% (multi-thread case) and +1.6% (multi-process case).
> 
> However the CPU %user time increased more, by +48.9%.
> 

That would be consistent with spending less time in the kernel, no?

But I agree... that is completely bizarre.  That checkin should have
absolutely zero effect on performance.

	-hpa


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-05-22  5:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-20  5:59 [x86, vdso] cfda7bb9ecb: +14.7% will-it-scale.per_thread_ops Jet Chen
2014-05-21 22:46 ` Andy Lutomirski
2014-05-22  1:54   ` Fengguang Wu
2014-05-22  5:03     ` H. Peter Anvin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox