Re: [net-next PATCH] octeontx2-pf: Use only non-isolated cpus in irq affinity

From: Jakub Kicinski
Date: Tue Jul 26 2022 - 23:08:22 EST


On Mon, 25 Jul 2022 15:14:02 +0530 Geetha sowjanya wrote:
> This patch excludes the isolates cpus from the cpus list
> while setting up TX/RX queue interrupts affinity
>
> Signed-off-by: Geetha sowjanya <gakula@xxxxxxxxxxx>
> Signed-off-by: Sunil Kovvuri Goutham <sgoutham@xxxxxxxxxxx>

Hm, housekeeping_cpumask() looks barely used by drivers,
do you have any references to discussions indicated drivers
are expected to pay attention to it? Really seems like something
that the core should take care of.

Tariq, thoughts?