While working on an embedded project; during changing of the scheduling policy from SCHED_OTHER
to SCHED_RR
I am getting timer issues and stream loading delays. Some issues are not coming during SCHED_OTHER
but arriving at SCHED_RR
(round robin).
What effect will occur while changing the scheduling policies. What do I need to take care of when implementing kernel module in embedded projects during policy changes?