Gabriele Monaco <[email protected]> writes: > Add the deadline monitors collection to validate the deadline scheduler, > both for deadline tasks and servers. > > The currently implemented monitors are: > * throttle: > validate dl entities are throttled when they use up their runtime > * nomiss: > validate dl entities run to completion before their deadiline > > Signed-off-by: Gabriele Monaco <[email protected]>
There are some helper functions that I am a bit uncomfortable with (e.g. pi_of, is_dl_boosted, dl_is_implicit, ...) because they are relying on implementation details of deadline scheduler which can be changed. So ideally this patch should have an Ack from the scheduler people. I can't comment on the model, since I don't know scheduler. But from RV perspective: Reviewed-by: Nam Cao <[email protected]>
