Re: [PATCH 13/15] sched: add bandwidth management for sched_dl.

From: Peter Zijlstra
Date: Fri May 25 2012 - 06:38:27 EST


On Wed, 2012-05-23 at 23:42 +0200, Juri Lelli wrote:
> +/*
> + * Coupling of -dl and -rt bandwidth.
> + *
> + * Here we check, while setting the system wide bandwidth available
> + * for -dl tasks and groups, if the new values are consistent with
> + * the system settings for the bandwidth available to -rt entities.
> + *
> + * IOW, we want to enforce that
> + *
> + * rt_bandwidth + dl_bandwidth <= 100%
> + *
> + * is always true.
> + */

I was thinking we could do it the other way around, have have
dl_bandwidth included in rt_bandwidth.



--
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/