[PATCH 0/1] Add micro quanta scheduling class

2019-09-06 Thread Xi Wang
than 100% of allocated cpu bandwidth. The response latency would still be low and some cpu cycles are recovered from the busy polling loop - it is a middle ground between interrupt driven and busy polling. Xi Wang (1): sched: Add micro quanta scheduling class Documentation/scheduler/sched

[PATCH 1/1] sched: Add micro quanta scheduling class

2019-09-06 Thread Xi Wang
is expected to be 10us ~ 1000us. Cc: Paul Turner Cc: Ben Segall ' Signed-off-by: Xi Wang --- Documentation/scheduler/sched-microq.txt | 72 +++ include/linux/sched.h| 12 + include/linux/sched/sysctl.h | 12 + include/uapi/linux/sched.h