On Sat Jan 28 2023, Vladimir Oltean wrote: > There is a confusion in terms in taprio which makes what is called > "close_time" to be actually used for 2 things: > > 1. determining when an entry "closes" such that transmitted skbs are > never allowed to overrun that time (?!) > 2. an aid for determining when to advance and/or restart the schedule > using the hrtimer > > It makes more sense to call this so-called "close_time" "end_time", > because it's not clear at all to me what "closes". Future patches will > hopefully make better use of the term "to close". > > Signed-off-by: Vladimir Oltean Reviewed-by: Kurt Kanzenbach