From: Greg KH <gregkh@linuxfoundation.org>
To: Dongdong Yang <contribute.kernel@gmail.com>
Cc: Viresh Kumar <viresh.kumar@linaro.org>,
rjw@rjwysocki.net, mingo@redhat.com, peterz@infradead.org,
juri.lelli@redhat.com,
Vincent Guittot <vincent.guittot@linaro.org>,
Dietmar Eggemann <dietmar.eggemann@arm.com>,
Steven Rostedt <rostedt@goodmis.org>,
Benjamin Segall <bsegall@google.com>,
mgorman@suse.de, linux-kernel@vger.kernel.org,
devel@driverdev.osuosl.org, linux-pm@vger.kernel.org,
yangdongdong@xiaomi.com, tanggeliang@xiaomi.com,
taojun@xiaomi.com, huangqiwu@xiaomi.com,
rocking@linux.alibaba.com, fengwei@xiaomi.com,
zhangguoquan@xiaomi.com, gulinghua@xiaomi.com, duhui@xiaomi.com
Subject: Re: [PATCH v3] Provide USF for the portable equipment.
Date: Tue, 4 Aug 2020 09:47:41 +0200 [thread overview]
Message-ID: <20200804074741.GA1761483@kroah.com> (raw)
In-Reply-To: <CADhdXfri8L6763ifBFMtP-cFSOuXO4isXhxZ4qF6M4vE=eeEjA@mail.gmail.com>
A: http://en.wikipedia.org/wiki/Top_post
Q: Were do I find info about this thing called top-posting?
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?
A: No.
Q: Should I include quotations after my reply?
http://daringfireball.net/2007/07/on_top
On Tue, Aug 04, 2020 at 03:34:25PM +0800, Dongdong Yang wrote:
> Appreciate Viresh for your help. I thought Peter's NAK was only for the
> initial version. I am going to upload the verified version 4. Could you
> please kindly help to further review?
>
> 1. Motivation
> =============
>
> The power consumption and UI response are more cared for by the portable
> equipment users.
That's not true, everyone cares about this.
> USF(User Sensitive Feedback factor) auxiliary cpufreq
> governor
> is providing more utils adjustment settings to the high level by scenario
> identification.
Odd line-wrapping :(
And what do you mean by "more utils adjustment settings to the high
level by scenario identification"? I can not parse that at all.
> 2. Introduction
> ===============
>
> The USF auxiliary scheduling is based on FrameBuffer and schdeutil cpufreq
> governor to adjust utils by the identificated scenario from User Space.
What is "adjust utils"?
And why is "User Space" in caps?
> It is for portable equipment which "screen off" status stands for no request
> from the user, however, the kernel is still expected to notify the user for
> UI in
> time on modem, network or powerkey events occur. In order to save power, the
> sysfs inode nonux is provided to set the utils down level on userspace
> tasks.
Having custom sysfs apis is almost never a good idea. Do other cpufreq
governers do this?
> In addition, the portable equipment users usually heavily interact with
> devices
> by touch, and other peripherals. On "screen on" status, The boost preemptive
> counts are marking the load requirement urgent, vice versa. USF provides up
> and
> down sysfs inodes to adjust utils according to such feedback factor and the
> level setting from the user space identified scenario.
>
> adjust_task_pred_set is as the switch to enable or disable the adjustment.
> If no USF sysfs inodes is set and no screen on or off event be received,
> adjust_task_pred_demand shall not be executed.
>
> 3. System wide settings
> =======================
>
> sched_usf_non_ux_r:
> The ratio of utils is cut down on screen off. The default value is
> 0,
The line-wrapping makes it almost impossible to read here, can you fix
that up?
> which no util be adjusted on sugov calculating utils to select
"sugov"?
> cpufreq.
> Its range is [-100 , 0]. If its value falls into [-50, 0), the half
> of
> utils, which calculates cpufreq, shall be cut down. If its value
> falls
> into [-100, -50), only a quarter of utils be left to continue to
> calculates cpufreq.
> It is expected to be set [-100, 0) once enter into the identificated
> scenario, such as listen to music on screen off, and recover to 0 on
> out of the scenario, such as screen on.
sysfs files are "one value per file", please do not parse such complex
things in the kernel.
>
> sched_usf_up_l0_r:
> The ratio of utils is boosted up on screen on. The default value is
> 0,
> which no util be adjusted on sugov calculates utils to select
> cpufreq.
> Its range is [0 , 100]. If its value falls into (0, 50], a quarter
> of
> extra utils, which calculates cpufreq, shall be added. If its value
> falls into (50, 100], the half of extra utils be added to continue
> to
> calculates cpufreq.
> It is expected to be set (0, 100] once enter into the identificated
> scenario, such as browsing videolet on screen on, and recover to 0
> on
> out of the scenario, such as screen off or videolet into background.
>
> sched_usf_down_r:
> The ratio of utils is cut down on screen on. The default value is 0,
> which no util be adjusted on sugov calculating utils to select
> cpufreq.
> Its range is [-100 , 0]. If its value falls into [-50, 0), the half
> of
> utils, which calculates cpufreq, shall be cut down. If its value
> falls
> into [-100, -50), only a quarter of utils be left to continue to
> calculates cpufreq.
> It is expected to be set [-100, 0) once enter into the identificated
> scenario, such as browsing videolet on screen on, and recover to 0
> on
> out of the scenario, such as screen off or vidolet into background.
Why can't all of these work automatically? Why do you need userspace
interaction here?
thanks,
greg k-h
next prev parent reply other threads:[~2020-08-04 7:48 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-03 14:31 [PATCH v3] Provide USF for the portable equipment Dongdong Yang
2020-08-03 14:31 ` [PATCH v3] sched: " Dongdong Yang
2020-08-03 15:07 ` Greg KH
2020-08-03 23:30 ` Randy Dunlap
2020-08-04 5:47 ` [PATCH v3] " Viresh Kumar
[not found] ` <CADhdXfri8L6763ifBFMtP-cFSOuXO4isXhxZ4qF6M4vE=eeEjA@mail.gmail.com>
2020-08-04 7:47 ` Greg KH [this message]
2020-08-05 11:33 ` Dan Carpenter
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=20200804074741.GA1761483@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=bsegall@google.com \
--cc=contribute.kernel@gmail.com \
--cc=devel@driverdev.osuosl.org \
--cc=dietmar.eggemann@arm.com \
--cc=duhui@xiaomi.com \
--cc=fengwei@xiaomi.com \
--cc=gulinghua@xiaomi.com \
--cc=huangqiwu@xiaomi.com \
--cc=juri.lelli@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=mgorman@suse.de \
--cc=mingo@redhat.com \
--cc=peterz@infradead.org \
--cc=rjw@rjwysocki.net \
--cc=rocking@linux.alibaba.com \
--cc=rostedt@goodmis.org \
--cc=tanggeliang@xiaomi.com \
--cc=taojun@xiaomi.com \
--cc=vincent.guittot@linaro.org \
--cc=viresh.kumar@linaro.org \
--cc=yangdongdong@xiaomi.com \
--cc=zhangguoquan@xiaomi.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