Re: [PATCH v2 4/7] util: Add write-only "node-affinity" property for ThreadContext

2022-10-12 Thread David Hildenbrand
On 12.10.22 10:03, Markus Armbruster wrote: Acked-by: Markus Armbruster Thanks, I'll similarly adjust to use "host nodes" and "host CPUs". -- Thanks, David / dhildenb

Re: [PATCH v2 4/7] util: Add write-only "node-affinity" property for ThreadContext

2022-10-12 Thread Markus Armbruster
David Hildenbrand writes: > On 11.10.22 08:03, Markus Armbruster wrote: >> David Hildenbrand writes: >> >>> Let's make it easier to pin threads created via a ThreadContext to >>> all CPUs currently belonging to a given set of NUMA nodes -- which is the >>> common case. >>> >>> "node-affinity" i

Re: [PATCH v2 4/7] util: Add write-only "node-affinity" property for ThreadContext

2022-10-11 Thread David Hildenbrand
On 11.10.22 08:03, Markus Armbruster wrote: David Hildenbrand writes: Let's make it easier to pin threads created via a ThreadContext to all CPUs currently belonging to a given set of NUMA nodes -- which is the common case. "node-affinity" is simply a shortcut for setting "cpu-affinity" manua

Re: [PATCH v2 4/7] util: Add write-only "node-affinity" property for ThreadContext

2022-10-10 Thread Markus Armbruster
David Hildenbrand writes: > Let's make it easier to pin threads created via a ThreadContext to > all CPUs currently belonging to a given set of NUMA nodes -- which is the > common case. > > "node-affinity" is simply a shortcut for setting "cpu-affinity" manually > to the list of CPUs belonging to

[PATCH v2 4/7] util: Add write-only "node-affinity" property for ThreadContext

2022-10-10 Thread David Hildenbrand
Let's make it easier to pin threads created via a ThreadContext to all CPUs currently belonging to a given set of NUMA nodes -- which is the common case. "node-affinity" is simply a shortcut for setting "cpu-affinity" manually to the list of CPUs belonging to the set of nodes. This property can on