Re: [PATCH net-next V4 1/3] sched/topology: Add NUMA-based CPUs spread API
From: Tariq Toukan <hidden>
Date: 2022-08-02 06:41:00
Also in:
lkml
From: Tariq Toukan <hidden>
Date: 2022-08-02 06:41:00
Also in:
lkml
On 7/30/2022 8:29 PM, Tariq Toukan wrote:
On 7/28/2022 10:12 PM, Tariq Toukan wrote:quoted
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 <redacted> Signed-off-by: Tariq Toukan <tariqt@nvidia.com> --- 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.