Re: [libvirt] [PATCH 0/6] Add deadline scheduler

2016-11-10 Thread Martin Kletzander
On Mon, Nov 07, 2016 at 10:01:11AM +0100, Martin Polednik wrote: The policy SCHED_DEADLINE is available since kernel 3.14 (and most likely backported to older RT_PREEMPT kernels). It is safer to use than fifo or round robin policies due to only limiting part of cpu time for the RT process,

[libvirt] [PATCH 0/6] Add deadline scheduler

2016-11-07 Thread Martin Polednik
The policy SCHED_DEADLINE is available since kernel 3.14 (and most likely backported to older RT_PREEMPT kernels). It is safer to use than fifo or round robin policies due to only limiting part of cpu time for the RT process, leading to lack of lockups of the host. The series adds new