diff options
Diffstat (limited to 'Documentation/edp/governors')
-rw-r--r-- | Documentation/edp/governors | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/edp/governors b/Documentation/edp/governors index 005e7a537ded..5dc7b7107d35 100644 --- a/Documentation/edp/governors +++ b/Documentation/edp/governors @@ -60,3 +60,17 @@ be approved (subject to the general EDP rules). Since the perfect solution would involve several passes across all clients, a trade-off is made to approximate the optimum so that the algorithm complexity remains linear. + +6. Least Recently Requested (LRR) + +An arrival-queue based policy where the least recently requested client +is throttled first. + +7. Most Recently Requested (MRR) + +Another arrival-queue based policy where the most recently requested +client is throttled first. + +8. Round Robin (RR) + +In this policy, clients are throttled in a round-robin fashion. |