Hi, I had a look at the queue and have several questions about your implementation. First of all, I had some troubles to understand your commit messages. So I first had to read the code and then tried to understand the commit messages. It is easier, if it works the other way round. On Mon, 15 Apr 2019, Marcelo Tosatti wrote: > For isolated CPUs, we'd like to skip awakening ktimersoftd > (the switch to and then back from ktimersoftd takes 10us in > virtualized environments, in addition to other OS overhead, > which exceeds telco requirements for packet forwarding for > 5G) from the sched tick. You would like to prevent raising the timer softirq in general from the sched tick for isolated CPUs? Or you would like to prevent raising the timer softirq if no pending timer is available? Nevertheless, this change is not PREEMPT_RT specific. It is a NOHZ dependand change. So it would be nice, if the queue is against mainline. But please correct me, if I'm wrong. [...] > This patchset reduces cyclictest latency from 25us to 14us > on my testbox. > A lot of information is missing: How does your environment looks like for this test, what is your workload,...? Did you also run other tests? Thanks, Anna-Maria