Re: [PATCH net 1/3] net/sched: taprio: catch up in bounded time when the schedule falls behind
From: Junjie Cao
Date: Wed Aug 19 2026 - 22:26:17 EST
On Wed, 19 Aug 2026 15:50:14 +0800 Hillf Danton wrote:
> If now is computed based on the timer instead, now = timer->base->get_time(),
> which one do you pick up lad/dude?
Thanks for pointing it out. The timer's - hrtimer_cb_get_time(timer), since
base->get_time went away in 009eb5da29a9. Same value today, but taken from
the clock the expiry is compared against. Changed in v2.