Re: [RFC PATCH 1/3] sched/deadline: merge dl_bw into dl_bandwidth

From: Steven Rostedt
Date: Mon Feb 12 2018 - 12:34:39 EST


On Mon, 12 Feb 2018 14:40:28 +0100
Juri Lelli <juri.lelli@xxxxxxxxxx> wrote:

> + * - dl_bw (< 100%) is the bandwidth of the system (domain) on each CPU;
> + * - dl_total_bw array contains the currently allocated bandwidth on the
> + * i-eth CPU.

The comment for dl_total_bw doesn't make sense. You mean that
dl_total_bw is the cpu's bandwidth? If so, let's not call it total,
because that would suggest it's the bandwidth of all CPUs. What about
dl_cpu_bw?

-- Steve