Re: [PATCH v3 14/16] x86/hyperlaunch: add memory parsing to domain config

2025-04-16 Thread Jan Beulich
On 16.04.2025 16:12, Daniel P. Smith wrote: > On 4/16/25 09:41, Jan Beulich wrote: >> On 16.04.2025 15:37, Daniel P. Smith wrote: >>> On 4/10/25 08:03, Jan Beulich wrote: On 08.04.2025 18:07, Alejandro Vallejo wrote: > @@ -212,6 +213,39 @@ static int __init process_domain_node( >

Re: [PATCH v3 14/16] x86/hyperlaunch: add memory parsing to domain config

2025-04-16 Thread Daniel P. Smith
V/r, Daniel P. Smith Apertus Solutions, LLC On 4/16/25 09:41, Jan Beulich wrote: On 16.04.2025 15:37, Daniel P. Smith wrote: On 4/10/25 08:03, Jan Beulich wrote: On 08.04.2025 18:07, Alejandro Vallejo wrote: @@ -212,6 +213,39 @@ static int __init process_domain_node( else

Re: [PATCH v3 14/16] x86/hyperlaunch: add memory parsing to domain config

2025-04-16 Thread Jan Beulich
On 16.04.2025 15:37, Daniel P. Smith wrote: > On 4/10/25 08:03, Jan Beulich wrote: >> On 08.04.2025 18:07, Alejandro Vallejo wrote: >>> @@ -212,6 +213,39 @@ static int __init process_domain_node( >>> else >>> printk("PV\n"); >>> } >>> +else if ( str

Re: [PATCH v3 14/16] x86/hyperlaunch: add memory parsing to domain config

2025-04-16 Thread Daniel P. Smith
On 4/10/25 08:03, Jan Beulich wrote: On 08.04.2025 18:07, Alejandro Vallejo wrote: @@ -212,6 +213,39 @@ static int __init process_domain_node( else printk("PV\n"); } +else if ( strncmp(prop_name, "memory", name_len) == 0 ) +{ +

Re: [PATCH v3 14/16] x86/hyperlaunch: add memory parsing to domain config

2025-04-14 Thread Alejandro Vallejo
On Thu Apr 10, 2025 at 1:03 PM BST, Jan Beulich wrote: > On 08.04.2025 18:07, Alejandro Vallejo wrote: >> @@ -212,6 +213,39 @@ static int __init process_domain_node( >> else >> printk("PV\n"); >> } >> +else if ( strncmp(prop_name, "memory", name_len) =

Re: [PATCH v3 14/16] x86/hyperlaunch: add memory parsing to domain config

2025-04-14 Thread Alejandro Vallejo
On Wed Apr 9, 2025 at 11:29 PM BST, Denis Mukhin wrote: > On Tuesday, April 8th, 2025 at 9:07 AM, Alejandro Vallejo > wrote: > >> >> >> From: "Daniel P. Smith" dpsm...@apertussolutions.com >> >> >> Add three properties, memory, mem-min, and mem-max, to the domain node device >> tree parsing t

Re: [PATCH v3 14/16] x86/hyperlaunch: add memory parsing to domain config

2025-04-10 Thread Jan Beulich
On 08.04.2025 18:07, Alejandro Vallejo wrote: > @@ -212,6 +213,39 @@ static int __init process_domain_node( > else > printk("PV\n"); > } > +else if ( strncmp(prop_name, "memory", name_len) == 0 ) > +{ > +uint64_t kb; > +

Re: [PATCH v3 14/16] x86/hyperlaunch: add memory parsing to domain config

2025-04-09 Thread Denis Mukhin
On Tuesday, April 8th, 2025 at 9:07 AM, Alejandro Vallejo wrote: > > > From: "Daniel P. Smith" dpsm...@apertussolutions.com > > > Add three properties, memory, mem-min, and mem-max, to the domain node device > tree parsing to define the memory allocation for a domain. All three fields > are