Re: [PATCH v3] mshyperv: Introduce hv_numa_node_to_pxm_info()

2024-03-22 Thread Wei Liu
On Fri, Mar 22, 2024 at 02:10:26PM -0700, Nuno Das Neves wrote: > Factor out logic for converting numa node to hv_proximity_domain_info > into a helper function. > > Change hv_proximity_domain_info to a struct to improve readability. > > While at it, rename hv_add_logical_processor_* structs to t

[PATCH v3] mshyperv: Introduce hv_numa_node_to_pxm_info()

2024-03-22 Thread Nuno Das Neves
Factor out logic for converting numa node to hv_proximity_domain_info into a helper function. Change hv_proximity_domain_info to a struct to improve readability. While at it, rename hv_add_logical_processor_* structs to the correct hv_input_/hv_output_ prefix, and remove the flags field which is