From: Michael Wang <wangyun@linux.vnet.ibm.com>
To: LKML <linux-kernel@vger.kernel.org>
Cc: Paul Turner <pjt@google.com>, Dhaval Giani <dhaval.giani@gmail.com>
Subject: [RFC PATCH 1/4] linsched: remove "process_all_softirqs" in main loop for accuracy
Date: Mon, 16 Apr 2012 11:37:47 +0800 [thread overview]
Message-ID: <4F8B940B.40608@linux.vnet.ibm.com> (raw)
From: Michael Wang <wangyun@linux.vnet.ibm.com>
"process_all_softirqs" will simulate an extra interrupt which will
cause cpu do extra load balance work.
This will make some cpu more active then others, the unfair will
cause inaccuracy.
Signed-off-by: Michael Wang <wangyun@linux.vnet.ibm.com>
---
tools/linsched/hrtimer.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/tools/linsched/hrtimer.c b/tools/linsched/hrtimer.c
index 26be1d8..de88b25 100644
--- a/tools/linsched/hrtimer.c
+++ b/tools/linsched/hrtimer.c
@@ -206,7 +206,6 @@ void linsched_run_sim(int sim_ticks)
/* a handler should never leave this state changed */
BUG_ON(smp_processor_id() != active_cpu);
- process_all_softirqs();
linsched_rcu_invoke();
BUG_ON(irqs_disabled());
--
1.7.1
next reply other threads:[~2012-04-16 3:37 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-16 3:37 Michael Wang [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-09-03 3:58 [RFC PATCH 1/4] linsched: remove process_all_softirqs() in main loop for accuracy Michael Wang
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=4F8B940B.40608@linux.vnet.ibm.com \
--to=wangyun@linux.vnet.ibm.com \
--cc=dhaval.giani@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=pjt@google.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.