diff options
author | Paolo Valente <[email protected]> | 2013-03-05 08:05:01 +0000 |
---|---|---|
committer | David S. Miller <[email protected]> | 2013-03-06 02:47:05 -0500 |
commit | 40dd2d546198e7bbb8d3fe718957b158caa3fe52 (patch) | |
tree | 4a4683d08a970fd286309ad1a5ca507bdd7916c9 /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | a0143efa96671dc51dab9bba776a66f9bfa1757f (diff) |
pkt_sched: sch_qfq: do not allow virtual time to jump if an aggregate is in service
By definition of (the algorithm of) QFQ+, the system virtual time must
be pushed up only if there is no 'eligible' aggregate, i.e. no
aggregate that would have started to be served also in the ideal
system emulated by QFQ+. QFQ+ serves only eligible aggregates, hence
the aggregate currently in service is eligible. As a consequence, to
decide whether there is no eligible aggregate, QFQ+ must also check
whether there is no aggregate in service.
Signed-off-by: Paolo Valente <[email protected]>
Reviewed-by: Fabio Checconi <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions