Re: [PATCH 1/1] ice: Change assigning method of the CPU affinity masks
From: Jakub Kicinski <kuba@kernel.org>
Date: 2023-02-08 23:21:19
Also in:
linux-crypto, linux-rdma, lkml
From: Jakub Kicinski <kuba@kernel.org>
Date: 2023-02-08 23:21:19
Also in:
linux-crypto, linux-rdma, lkml
On Wed, 8 Feb 2023 16:39:05 +0100 Pawel Chmielewski wrote:
With the introduction of sched_numa_hop_mask() and for_each_numa_hop_mask(), the affinity masks for queue vectors can be conveniently set by preferring the CPUs that are closest to the NUMA node of the parent PCI device.
Damn, you had this one locked and ready, didn't you.. :)