[PATCH RESEND 0/1] sched/rt: minimize rq->lock contention in, do_sched_rt_period_timer()
From: Dave Kleikamp
Date: Mon May 15 2017 - 15:14:18 EST
Peter, Ingo,
I sent this patch about a month ago and got no response.
https://patchwork.kernel.org/patch/9684545/
Does it seem reasonable? I'm not sure if taking rt_runtime_lock is
strictly necessary, but it's a big improvement to taking rq->lock every
pass through the loop. Is there another way to fix this?
Thanks,
Shaggy