On Wed, 1 Feb 2023 13:46:53 -0800 Haiyang Zhang wrote: > + irq_set_affinity_and_hint(irq, cpumask_of(cpumask_local_spread > + (i, gc->numa_node))); The line break here looks ugly. Please use a local variable for the mask or the cpu.
On Wed, 1 Feb 2023 13:46:53 -0800 Haiyang Zhang wrote: > + irq_set_affinity_and_hint(irq, cpumask_of(cpumask_local_spread > + (i, gc->numa_node))); The line break here looks ugly. Please use a local variable for the mask or the cpu.