Re: [PATCH net-next V3 1/3] sched/topology: Add NUMA-based CPUs spread API

From: Jakub Kicinski
Date: Thu Jul 28 2022 - 11:23:59 EST


On Tue, 19 Jul 2022 19:23:37 +0300 Tariq Toukan wrote:
> +static inline void sched_cpus_set_spread(int node, u16 *cpus, int ncpus)
> +{
> +}

I was going to poke Peter again, but before doing that - shouldn't we
memset() the cpus here? Just to keep the semantics that the array is
always initialized?