[PATCH net-next 0/3] taprio queueMaxSDU fixes

From: Vladimir Oltean
Date: Wed Feb 15 2023 - 17:46:59 EST


This fixes 3 issues noticed while attempting to reoffload the
dynamically calculated queueMaxSDU values. These are:
- Dynamic queueMaxSDU is not calculated correctly due to a lost patch
- Dynamically calculated queueMaxSDU needs to be clamped on the low end
- Dynamically calculated queueMaxSDU needs to be clamped on the high end

Vladimir Oltean (3):
net/sched: taprio: fix calculation of maximum gate durations
net/sched: taprio: don't allow dynamic max_sdu to go negative after
stab adjustment
net/sched: taprio: dynamic max_sdu larger than the max_mtu is
unlimited

net/sched/sch_taprio.c | 44 +++++++++++++++++++++++++-----------------
1 file changed, 26 insertions(+), 18 deletions(-)

--
2.34.1