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

From: Tariq Toukan
Date: Tue Aug 02 2022 - 02:41:01 EST




On 7/30/2022 8:29 PM, Tariq Toukan wrote:


On 7/28/2022 10:12 PM, Tariq Toukan wrote:
Implement and expose API that sets the spread of CPUs based on distance,
given a NUMA node.  Fallback to legacy logic that uses
cpumask_local_spread.

This logic can be used by device drivers to prefer some remote cpus over
others.

Reviewed-by: Gal Pressman <gal@xxxxxxxxxx>
Signed-off-by: Tariq Toukan <tariqt@xxxxxxxxxx>
---
  include/linux/sched/topology.h |  5 ++++
  kernel/sched/topology.c        | 49 ++++++++++++++++++++++++++++++++++
  2 files changed, 54 insertions(+)


++

Dear SCHEDULER maintainers,

V3 of my series was submitted ~12 days ago and had significant changes.
I'd appreciate your review to this patch, so we could make it to the upcoming kernel.

Regards,
Tariq

Hi,
Another reminder.
Do you have any comments on this patch?
If not, please provide your Ack.