All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gilad Ben-Yossef <gilad@benyossef.com>
To: "Américo Wang" <xiyou.wangcong@gmail.com>
Cc: Andy Lutomirski <luto@mit.edu>,
	"Yung, Winson W" <winson.w.yung@intel.com>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: Is there a way to offload everything from cpu0 to other cpus?
Date: Mon, 15 Aug 2011 09:25:03 +0300	[thread overview]
Message-ID: <CAOtvUMdok1Hc63FbiPu-rm2EJxpDtLOf2ZWPhsqa=m0tr8TyVw@mail.gmail.com> (raw)
In-Reply-To: <CAM_iQpXRQ8C=y=DUt2pW_wQ_WKZU+2=ZBsGSPA2qmVATkTEQpA@mail.gmail.com>

On Mon, Aug 8, 2011 at 12:41 PM, Américo Wang <xiyou.wangcong@gmail.com> wrote:
> On Fri, Aug 5, 2011 at 8:48 PM, Andy Lutomirski <luto@mit.edu> wrote:
>> On 08/04/2011 10:53 PM, Yung, Winson W wrote:
>>>
>>> Hi, I would like to know whether it is possible to offload everything
>>> (kernel threads/user apps) to cpu1...x so that I can force cpu0 go into
>>> idle?

...
>>
>> You probably want the isolcpus boot option.
>
> I think Yung was looking for an interface to move tasks dynamically
> after the system is boot.
>
> Yung, why /sys/devices/system/cpu/cpuX/online doesn't work for you?

I believe setting up a cpuset for cpus 1 to x (call it the system set)
and a seperate cpuset for cpu 0 (call it the shielded set) and
re-assigning all non CPU bound kernel tasks from the root cpuset to
the system cpu set is a better option.

There's a guide on how to do that on the RT wiki:
https://rt.wiki.kernel.org/index.php/CPU_shielding_using_/proc_and_/dev/cpuset

Gilad


-- 
Gilad Ben-Yossef
Chief Coffee Drinker
gilad@benyossef.com
Israel Cell: +972-52-8260388
US Cell: +1-973-8260388
http://benyossef.com
"Dance like no one is watching, love like you'll never be hurt, sing
like no one is listening... but for BEEP sake you better code like
you're going to maintain it for years!"

      reply	other threads:[~2011-08-15  6:25 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-05  2:53 Is there a way to offload everything from cpu0 to other cpus? Yung, Winson W
2011-08-05 12:48 ` Andy Lutomirski
2011-08-08  9:41   ` Américo Wang
2011-08-15  6:25     ` Gilad Ben-Yossef [this message]

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='CAOtvUMdok1Hc63FbiPu-rm2EJxpDtLOf2ZWPhsqa=m0tr8TyVw@mail.gmail.com' \
    --to=gilad@benyossef.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=luto@mit.edu \
    --cc=winson.w.yung@intel.com \
    --cc=xiyou.wangcong@gmail.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.