Re: [PATCH V3 3/3] genirq/affinity: Spread vectors on node according to nr_cpu ratio

From: Daniel Wagner
Date: Tue Aug 13 2019 - 05:34:31 EST


Hi,

On 8/13/19 10:14 AM, Ming Lei wrote:
Now __irq_build_affinity_masks() spreads vectors evenly per node, and
all vectors may not be spread in case that each numa node has different
CPU number, then the following warning in irq_build_affinity_masks() can
be triggered:

if (nr_present < numvecs)
WARN_ON(nr_present + nr_others < numvecs);

Is this the warning which is changed in patch #1?

Thanks,
Daniel