Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 4406671f authored by Vincent Guittot's avatar Vincent Guittot Committed by Viresh Kumar
Browse files

UPSTREAM: netfilter: conntrack: use power efficient workqueue



conntrack uses the bounded system_long_wq workqueue for its works that
don't have to run on the cpu they have been queued.
Using bounded workqueue prevents the scheduler to make smart decision about
the best place to schedule the work.

This patch replaces system_long_wq with system_power_efficient_wq. the work
stays bounded to a cpu by default unless the CONFIG_WQ_POWER_EFFICIENT is
enable. In the latter case, the work can be scheduled on the best cpu from
a power or a performance point of view.

Change-Id: I12f862e7476b8e77c50e989ce16bd49b52063c1a
(cherry picked from commit 0984d427c1d3cb2aa882c9ad9e787ba973cf2915)
Signed-off-by: default avatarVincent Guittot <vincent.guittot@linaro.org>
Signed-off-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
parent 9e5dd8ed
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment