From: "Pandruvada, Srinivas" <srinivas.pandruvada@intel.com>
To: "labbott@redhat.com" <labbott@redhat.com>,
"gregkh@linuxfoundation.org" <gregkh@linuxfoundation.org>
Cc: "ammdispose-arch@yahoo.com" <ammdispose-arch@yahoo.com>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"Zhang, Rui" <rui.zhang@intel.com>,
"Chen, Yu C" <yu.c.chen@intel.com>,
"manuelkrause@netscape.net" <manuelkrause@netscape.net>,
"linux-pm@vger.kernel.org" <linux-pm@vger.kernel.org>,
"szegadlo@poczta.onet.pl" <szegadlo@poczta.onet.pl>,
"prash.n.rao@gmail.com" <prash.n.rao@gmail.com>,
"javi.merino@arm.com" <javi.merino@arm.com>,
"morpheusxyz123@yahoo.de" <morpheusxyz123@yahoo.de>
Subject: Re: [REGRESSION] 774ac8b7eff6 ("Thermal: initialize thermal zone device correctly") causes performance drop
Date: Thu, 17 Mar 2016 00:20:35 +0000 [thread overview]
Message-ID: <1458173863.4703.18.camel@intel.com> (raw)
In-Reply-To: <56E9F387.9080703@redhat.com>
On Wed, 2016-03-16 at 17:00 -0700, Laura Abbott wrote:
> On 03/16/2016 03:46 PM, Greg Kroah-Hartman wrote:
> > On Wed, Mar 16, 2016 at 03:27:57PM -0700, Laura Abbott wrote:
> > > Hi,
> > >
> > > Fedora received a bug report (https://bugzilla.redhat.com/show_bu
> > > g.cgi?id=1317190)
> > > of a major performance drop on various bench marks and general
> > > system
> > > sluggishness with the 4.4.4 kernel update. The benchmarks were
> > > showing
> > > a reduction to about 18% performance (not minor).
> > >
> > > Bisection showed the first bad commit was
> > >
> > > commit 774ac8b7eff69e0786970157de2157e68b22f456
> > > Author: Zhang Rui <rui.zhang@intel.com>
> > > Date: Fri Oct 30 16:31:47 2015 +0800
> > >
> > > Thermal: initialize thermal zone device correctly
> > > commit bb431ba26c5cd0a17c941ca6c3a195a3a6d5d461 upstream.
> > > After thermal zone device registered, as we have not read
> > > any
> > > temperature before, thus tz->temperature should not be 0,
> > > which actually means 0C, and thermal trend is not available.
> > > In this case, we need specially handling for the first
> > > thermal_zone_device_update().
> > > Both thermal core framework and step_wise governor is
> > > enhanced to handle this. And since the step_wise governor
> > > is the only one that uses trends, so it's the only thermal
> > > governor that needs to be updated.
> > > Tested-by: Manuel Krause <manuelkrause@netscape.net>
> > > Tested-by: szegad <szegadlo@poczta.onet.pl>
> > > Tested-by: prash <prash.n.rao@gmail.com>
> > > Tested-by: amish <ammdispose-arch@yahoo.com>
> > > Tested-by: Matthias <morpheusxyz123@yahoo.de>
> > > Reviewed-by: Javi Merino <javi.merino@arm.com>
> > > Signed-off-by: Zhang Rui <rui.zhang@intel.com>
> > > Signed-off-by: Chen Yu <yu.c.chen@intel.com>
> > > Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.or
> > > g>
> > >
> > >
> > >
> > > Reverting this plus to other commits in the series (a67208e94d94
> > > "Thermal: handle thermal zone device properly during system
> > > sleep"
> > > and 27f356149d59 "Thermal: do thermal zone update after a cooling
> > > device registered") confirmed the performance was back to normal.
> > >
> > > Bugzilla has the full discussion but this comment from one of the
> > > reporters sums it up:
> > >
> > > "In 4.4.3 and prior, my 2.40 MHz processor would fluctuate
> > > between
> > > 1000 and 3400 MHz. In 4.4.4, the processor would fluctuate
> > > between
> > > 400 and 700 MHz, according to /proc/cpuinfo.
> > >
> > > Setting /sys/devices/system/cpu/cpufreq/policy0/scaling_governor
> > > to
> > > performance, instead of the default "powersave" forces the CPU to
> > > 2400 MHz, and improves performance greatly, but still not to the
> > > same level as in 4.4.3."
> > >
> > > Any ideas?
> >
> > Is this same "slowdown" also seen in 4.5?
> >
> > thanks,
> >
> > greg k-h
> >
>
> Yes, the same issue is seen on 4.5 according to the reporter.
What does it show here when performance drops?
grep . /sys/devices/system/cpu/intel_pstate/*
Is the problem still occurs if you set
/sys/class/thermal/thermal_zone*/mode to "disabled"
Thanks,
Srinivas
>
> Thanks,
> Laura
> --
> To unsubscribe from this list: send the line "unsubscribe linux-pm"
> in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2016-03-17 0:20 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-16 22:27 [REGRESSION] 774ac8b7eff6 ("Thermal: initialize thermal zone device correctly") causes performance drop Laura Abbott
2016-03-16 22:46 ` Greg Kroah-Hartman
2016-03-17 0:00 ` Laura Abbott
2016-03-17 0:11 ` Greg Kroah-Hartman
2016-03-17 0:20 ` Pandruvada, Srinivas [this message]
2016-03-18 22:28 ` Laura Abbott
2016-03-18 23:36 ` Pandruvada, Srinivas
2016-03-17 0:17 ` Zhang, Rui
2016-03-19 4:43 ` Zhang Rui
[not found] ` <CAJABK0MXJRh9wtud+RQrL-==afymcqVovRC8FAZ6=qG4Sob+Tw@mail.gmail.com>
2016-03-21 11:14 ` Vladyslav Frolov
2016-03-21 12:14 ` Vladyslav Frolov
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=1458173863.4703.18.camel@intel.com \
--to=srinivas.pandruvada@intel.com \
--cc=ammdispose-arch@yahoo.com \
--cc=gregkh@linuxfoundation.org \
--cc=javi.merino@arm.com \
--cc=labbott@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=manuelkrause@netscape.net \
--cc=morpheusxyz123@yahoo.de \
--cc=prash.n.rao@gmail.com \
--cc=rui.zhang@intel.com \
--cc=szegadlo@poczta.onet.pl \
--cc=yu.c.chen@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.