All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC 0/4] Migrate timers away from cpuset on setting cpuset.quiesce
@ 2014-03-20 13:48 ` Viresh Kumar
  0 siblings, 0 replies; 32+ messages in thread
From: Viresh Kumar @ 2014-03-20 13:48 UTC (permalink / raw)
  To: tglx, fweisbec, peterz, mingo, tj, lizefan
  Cc: linaro-kernel, linux-kernel, cgroups, Viresh Kumar

For networking platforms we need to provide one isolated CPU per user space data
plane thread. These CPUs should not be interrupted by kernel at all unless
userspace has requested for some syscalls. And so must live in isolated mode.
Currently, there are background kernel activities that are running on almost
every CPU, like: timers/hrtimers/watchdogs/etc, and these are required to be
migrated to other CPUs.

This patchset tries to migrate un-pinned timers away in the first attempt. And
support for migrating others like hrtimers/workqueues/etc would be added later.

This has only went through basic testing currently on ARM Samsung Exynos board
which only has two CPUs. Separate cpusets were created for these two CPUs and
then timers were migrated from one cpuset to other.

This option was earlier suggested by Peter Z. here.

https://lkml.org/lkml/2014/1/15/186

Please provide your inputs on how this can be improved..

Viresh Kumar (4):
  timer: track pinned timers with TIMER_PINNED flag
  timer: don't migrate pinned timers
  timer: create timer_quiesce_cpu() for cpusets.quiesce option
  cpuset: Add cpusets.quiesce option

 include/linux/timer.h | 10 +++---
 kernel/cpuset.c       | 56 +++++++++++++++++++++++++++++++
 kernel/timer.c        | 92 +++++++++++++++++++++++++++++++++++++++++----------
 3 files changed, 136 insertions(+), 22 deletions(-)

-- 
1.7.12.rc2.18.g61b472e


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

end of thread, other threads:[~2014-04-25  5:21 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-20 13:48 [RFC 0/4] Migrate timers away from cpuset on setting cpuset.quiesce Viresh Kumar
2014-03-20 13:48 ` Viresh Kumar
2014-03-20 13:48 ` [RFC 1/4] timer: track pinned timers with TIMER_PINNED flag Viresh Kumar
2014-03-20 13:48 ` [RFC 2/4] timer: don't migrate pinned timers Viresh Kumar
2014-03-31 15:56   ` Kevin Hilman
2014-03-31 15:56     ` Kevin Hilman
2014-04-01  4:32     ` Viresh Kumar
2014-04-01  4:32       ` Viresh Kumar
2014-04-04 15:15       ` Kevin Hilman
2014-04-04 15:15         ` Kevin Hilman
2014-03-20 13:49 ` [RFC 3/4] timer: create timer_quiesce_cpu() for cpusets.quiesce option Viresh Kumar
2014-03-20 13:49 ` [RFC 4/4] cpuset: Add " Viresh Kumar
2014-03-27  2:47   ` Li Zefan
2014-03-27  2:47     ` Li Zefan
2014-03-27  4:29     ` Viresh Kumar
2014-03-27  4:29       ` Viresh Kumar
2014-04-24  7:25 ` [RFC 0/4] Migrate timers away from cpuset on setting cpuset.quiesce Daniel Sangorrin
2014-04-24  7:25   ` Daniel Sangorrin
2014-04-24  7:43   ` Viresh Kumar
2014-04-24  7:43     ` Viresh Kumar
2014-04-24  8:31     ` Daniel Sangorrin
2014-04-24  8:31       ` Daniel Sangorrin
2014-04-24  8:41       ` Viresh Kumar
2014-04-24  8:41         ` Viresh Kumar
2014-04-24  9:24         ` Daniel Sangorrin
2014-04-24  9:30           ` Viresh Kumar
2014-04-25  0:31             ` Daniel Sangorrin
2014-04-25  0:31               ` Daniel Sangorrin
2014-04-25  4:51               ` Viresh Kumar
2014-04-25  4:51                 ` Viresh Kumar
2014-04-25  5:21                 ` Daniel Sangorrin
2014-04-25  5:21                   ` Daniel Sangorrin

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.