Re: [PATCH 01/16] math128: Introduce various 128bit primitives

From: Harald Gustafsson
Date: Fri Oct 26 2012 - 05:52:17 EST


On Fri, Oct 26, 2012 at 11:35 AM, Peter Zijlstra <peterz@xxxxxxxxxxxxx> wrote:
> dl_period * dl_runtime < U64_MAX && dl_deadline * dl_runtime < U64_MAX

I think this makes sense to make the limitation on the product, since
IMO if you need a period longer than 4 seconds then the runtime is
much shorter due to that you want to express something like executing
for 100ms each 10s. Much less likely that an application would need to
execute for 7.8 s out of a period of 8s and would not be happy with
3.9s out of 4s.

/Harald
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/