From: Borislav Petkov <bp@suse.de>
To: kernel test robot <oliver.sang@intel.com>
Cc: Peter Zijlstra <peterz@infradead.org>,
Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>,
LKML <linux-kernel@vger.kernel.org>,
lkp@lists.01.org, lkp@intel.com, ying.huang@intel.com,
feng.tang@intel.com, zhengjun.xing@intel.com
Subject: Re: [thermal] 9223d0dccb: stress-ng.msg.ops_per_sec -27.4% regression
Date: Tue, 13 Apr 2021 19:28:27 +0200 [thread overview]
Message-ID: <20210413172827.GC17097@zn.tnic> (raw)
In-Reply-To: <20210413135800.GA10266@xsang-OptiPlex-9020>
On Tue, Apr 13, 2021 at 09:58:01PM +0800, kernel test robot wrote:
> Greeting,
>
> FYI, we noticed a -27.4% regression of stress-ng.msg.ops_per_sec due to commit:
>
>
> commit: 9223d0dccb8f8523754122f68316dd1a4f39f7f8 ("thermal: Move therm_throt there from x86/mce")
> https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git master
Hmm, so I went and ran your reproducer, but simplified (see end of
mail), on a KBL box here. The kernel is tip:x86/urgent from last week:
5.12.0-rc6+
-----------
stress-ng: info: [1430] dispatching hogs: 9 msg
stress-ng: info: [1430] successful run completed in 60.01s (1 min, 0.01 secs)
stress-ng: info: [1430] stressor bogo ops real time usr time sys time bogo ops/s bogo ops/s
stress-ng: info: [1430] (secs) (secs) (secs) (real time) (usr+sys time)
stress-ng: info: [1430] msg 237390147 60.01 104.03 255.85 3955872.56 659636.95
stress-ng: info: [1430] for a 60.01s run time:
stress-ng: info: [1430] 360.08s available CPU time
stress-ng: info: [1430] 104.11s user time ( 28.91%)
stress-ng: info: [1430] 255.93s system time ( 71.08%)
stress-ng: info: [1430] 360.04s total time ( 99.99%)
stress-ng: info: [1430] load average: 8.47 3.71 1.48
Now the same kernel with
> 4f432e8bb1 ("x86/mce: Get rid of mcheck_intel_therm_init()")
> 9223d0dccb ("thermal: Move therm_throt there from x86/mce")
reverted.
5.12.0-rc6-rev+
---------------
stress-ng: info: [1246] dispatching hogs: 9 msg
stress-ng: info: [1246] successful run completed in 60.02s (1 min, 0.02 secs)
stress-ng: info: [1246] stressor bogo ops real time usr time sys time bogo ops/s bogo ops/s
stress-ng: info: [1246] (secs) (secs) (secs) (real time) (usr+sys time)
stress-ng: info: [1246] msg 215174467 60.01 99.64 260.24 3585438.79 597906.15
stress-ng: info: [1246] for a 60.02s run time:
stress-ng: info: [1246] 360.10s available CPU time
stress-ng: info: [1246] 99.72s user time ( 27.69%)
stress-ng: info: [1246] 260.32s system time ( 72.29%)
stress-ng: info: [1246] 360.04s total time ( 99.98%)
stress-ng: info: [1246] load average: 7.98 2.33 0.80
so if I'm reading this correctly, reverting the patches here brings the
*slow-down*.
What's up?
reproducer:
----------
#!/usr/bin/bash
for cpu_dir in /sys/devices/system/cpu/cpu[0-9]*
do
online_file="$cpu_dir"/online
[ -f "$online_file" ] && [ "$(cat "$online_file")" -eq 0 ] && continue
file="$cpu_dir"/cpufreq/scaling_governor
[ -f "$file" ] && echo "performance" > "$file"
done
stress-ng --timeout 60 --times --verify --metrics-brief --msg 9
--
Regards/Gruss,
Boris.
SUSE Software Solutions Germany GmbH, GF: Felix Imendörffer, HRB 36809, AG Nürnberg
next prev parent reply other threads:[~2021-04-13 17:28 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-13 13:58 kernel test robot
2021-04-13 17:28 ` Borislav Petkov [this message]
2021-04-15 13:17 ` Feng Tang
2021-04-14 22:27 ` Srinivas Pandruvada
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=20210413172827.GC17097@zn.tnic \
--to=bp@suse.de \
--cc=feng.tang@intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=lkp@intel.com \
--cc=lkp@lists.01.org \
--cc=oliver.sang@intel.com \
--cc=peterz@infradead.org \
--cc=srinivas.pandruvada@linux.intel.com \
--cc=ying.huang@intel.com \
--cc=zhengjun.xing@intel.com \
/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
all inboxes | Powered by JetHome®