1
0
Fork 0
tuned/profiles
Luiz Capitulino 32ef5d8db0 realtime: disable timer migration
It was found during code review that the kernel always try to
migrate timers away from idle CPUs to busy CPUs. Real-time
CPUs running dpdk polling threads for example, are busy so
they are a great candidate to receive timers from idle CPUs
(see get_nohz_timer_target() in the kernel sources).

It is not clear how this problem can affect real-time
applications and KVM-RT. However, for real-time and
high-performance the best thing is for a timer to always
fire in the CPU where it was created.

Resolves: rhbz#1323283

Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
2016-04-04 10:36:53 +02:00
..
atomic-guest atomic: increase number of inotify watches 2016-03-29 23:48:49 +02:00
atomic-host atomic: increase number of inotify watches 2016-03-29 23:48:49 +02:00
balanced Added support for 'summary' and 'description' of profiles 2016-01-05 11:28:25 +01:00
default Added support for 'summary' and 'description' of profiles 2016-01-05 11:28:25 +01:00
desktop Added support for 'summary' and 'description' of profiles 2016-01-05 11:28:25 +01:00
desktop-powersave Added support for 'summary' and 'description' of profiles 2016-01-05 11:28:25 +01:00
enterprise-storage Added support for 'summary' and 'description' of profiles 2016-01-05 11:28:25 +01:00
laptop-ac-powersave Added support for 'summary' and 'description' of profiles 2016-01-05 11:28:25 +01:00
laptop-battery-powersave Added support for 'summary' and 'description' of profiles 2016-01-05 11:28:25 +01:00
latency-performance Added support for 'summary' and 'description' of profiles 2016-01-05 11:28:25 +01:00
network-latency Added support for 'summary' and 'description' of profiles 2016-01-05 11:28:25 +01:00
network-throughput Added support for 'summary' and 'description' of profiles 2016-01-05 11:28:25 +01:00
oracle Added support for 'summary' and 'description' of profiles 2016-01-05 11:28:25 +01:00
powersave Added support for 'summary' and 'description' of profiles 2016-01-05 11:28:25 +01:00
realtime realtime: disable timer migration 2016-04-04 10:36:53 +02:00
realtime-virtual-guest Added support for 'summary' and 'description' of profiles 2016-01-05 11:28:25 +01:00
realtime-virtual-host realtime-virtual-host: don't delete modprobe file on start() 2016-01-11 11:13:08 +01:00
sap-hana Added support for 'summary' and 'description' of profiles 2016-01-05 11:28:25 +01:00
sap-hana-vmware Added support for 'summary' and 'description' of profiles 2016-01-05 11:28:25 +01:00
sap-netweaver Added support for 'summary' and 'description' of profiles 2016-01-05 11:28:25 +01:00
server-powersave Added support for 'summary' and 'description' of profiles 2016-01-05 11:28:25 +01:00
spindown-disk Added support for 'summary' and 'description' of profiles 2016-01-05 11:28:25 +01:00
throughput-performance Added support for 'summary' and 'description' of profiles 2016-01-05 11:28:25 +01:00
virtual-guest Added support for 'summary' and 'description' of profiles 2016-01-05 11:28:25 +01:00
virtual-host Added support for 'summary' and 'description' of profiles 2016-01-05 11:28:25 +01:00
functions plugin_script: stop action gets hint why it is called 2016-01-08 18:29:52 +01:00