Code that implements the dmclock distributed quality of service algorithm. See "mClock: Handling Throughput Variability for Hypervisor IO Scheduling" by Gulati, Merchant, and Varman.
Other
89
stars
55
forks
source link
dmclock_server: disable synchronize primitives if WITH_SEASTAR #89
either disable or use dummy implementation for synchronize primitives if WITH_SEASTAR is defined.
this change tries to port mClock to seastar. currently, only the part used by crimson::osd::scheduler::mClockScheduler is ported.
Signed-off-by: Kefu Chai tchaikov@gmail.com