diff options
author | Vladimir Oltean <[email protected]> | 2023-02-07 15:54:33 +0200 |
---|---|---|
committer | David S. Miller <[email protected]> | 2023-02-08 09:48:53 +0000 |
commit | d2ad689dec10d4f61647f6963e2c94113049ed6c (patch) | |
tree | 7716ba90d8fed2dbf41b2ed304dd0bca9ba8531f /tools/perf/scripts/python/intel-pt-events.py | |
parent | e5517551112ff2395611e552443932152f83672d (diff) |
net/sched: taprio: calculate budgets per traffic class
Currently taprio assumes that the budget for a traffic class expires at
the end of the current interval as if the next interval contains a "gate
close" event for this traffic class.
This is, however, an unfounded assumption. Allow schedule entry
intervals to be fused together for a particular traffic class by
calculating the budget until the gate *actually* closes.
This means we need to keep budgets per traffic class, and we also need
to update the budget consumption procedure.
Signed-off-by: Vladimir Oltean <[email protected]>
Reviewed-by: Kurt Kanzenbach <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/intel-pt-events.py')
0 files changed, 0 insertions, 0 deletions