public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [QUERY]: Is using CPU hotplug right for isolating CPUs?
@ 2014-01-15  9:27 Viresh Kumar
  2014-01-15 10:38 ` Peter Zijlstra
                   ` (2 more replies)
  0 siblings, 3 replies; 28+ messages in thread
From: Viresh Kumar @ 2014-01-15  9:27 UTC (permalink / raw)
  To: Frédéric Weisbecker, Kevin Hilman
  Cc: Vincent Guittot, Amit Kucheria, Peter Zijlstra,
	Lists linaro-kernel, Linaro Networking, Linux Kernel Mailing List,
	Steven Rostedt

Hi Again,

I am now successful in isolating a CPU completely using CPUsets,
NO_HZ_FULL and CPU hotplug..

My setup and requirements for those who weren't following the
earlier mails:

For networking machines it is required to run data plane threads on
some CPUs (i.e. one thread per CPU) and these CPUs shouldn't be
interrupted by kernel at all.

Earlier I tried CPUSets with NO_HZ by creating two groups with
load_balancing disabled between them and manually tried to move
all tasks out to CPU0 group. But even then there were interruptions
which were continuously coming on CPU1 (which I am trying to
isolate). These were some workqueue events, some timers (like
prandom), timer overflow events (As NO_HZ_FULL pushes hrtimer
to long ahead in future, 450 seconds, rather than disabling them
completely, and these hardware timers were overflowing their
counters after 90 seconds on Samsung Exynos board).

So after creating CPUsets I hotunplugged CPU1 and added it back
immediately. This moved all these interruptions away and now
CPU1 is running my single thread ("stress") for ever.

Now my question is: Is there anything particularly wrong about using
hotplugging here ? Will that lead to a disaster :)

Thanks in Advance.

--
viresh

^ permalink raw reply	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2014-02-28  9:04 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-15  9:27 [QUERY]: Is using CPU hotplug right for isolating CPUs? Viresh Kumar
2014-01-15 10:38 ` Peter Zijlstra
2014-01-15 10:47   ` Viresh Kumar
2014-01-15 11:34     ` Peter Zijlstra
2014-02-28  9:04       ` Viresh Kumar
2014-01-15 17:17 ` Frederic Weisbecker
     [not found]   ` <CAKohponEZydR1OmP2xziA9bc3OJPgP3bFmuWFQmrmeQFZccMVQ@mail.gmail.com>
2014-01-16  9:46     ` Thomas Gleixner
2014-01-20 11:30       ` Viresh Kumar
2014-01-20 15:51         ` Frederic Weisbecker
2014-01-21 10:33           ` Viresh Kumar
2014-01-23 14:58             ` Frederic Weisbecker
2014-01-24  5:21               ` Viresh Kumar
2014-01-24  8:29                 ` Mike Galbraith
2014-01-28 13:23                 ` Frederic Weisbecker
2014-01-28 16:11                   ` Kevin Hilman
2014-02-03  8:26                     ` Viresh Kumar
2014-02-11  8:52                   ` Viresh Kumar
2014-02-13 14:20                     ` Frederic Weisbecker
2014-01-20 13:59 ` Lei Wen
2014-01-20 15:00   ` Viresh Kumar
2014-01-20 15:41     ` Frederic Weisbecker
2014-01-21  2:07       ` Lei Wen
2014-01-21  9:50         ` Viresh Kumar
2014-01-23 13:54         ` Frederic Weisbecker
2014-01-23 14:27           ` Viresh Kumar
2014-01-21  9:49       ` Viresh Kumar
2014-01-23 14:01         ` Frederic Weisbecker
2014-01-24  8:53           ` Viresh Kumar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox