[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 03/11] xen/x86: introduce "cpufreq=amd-cppc" xen cmdline


  • To: "Penny, Zheng" <penny.zheng@xxxxxxx>
  • From: Jan Beulich <jbeulich@xxxxxxxx>
  • Date: Tue, 18 Feb 2025 15:55:47 +0100
  • Autocrypt: addr=jbeulich@xxxxxxxx; keydata= xsDiBFk3nEQRBADAEaSw6zC/EJkiwGPXbWtPxl2xCdSoeepS07jW8UgcHNurfHvUzogEq5xk hu507c3BarVjyWCJOylMNR98Yd8VqD9UfmX0Hb8/BrA+Hl6/DB/eqGptrf4BSRwcZQM32aZK 7Pj2XbGWIUrZrd70x1eAP9QE3P79Y2oLrsCgbZJfEwCgvz9JjGmQqQkRiTVzlZVCJYcyGGsD /0tbFCzD2h20ahe8rC1gbb3K3qk+LpBtvjBu1RY9drYk0NymiGbJWZgab6t1jM7sk2vuf0Py O9Hf9XBmK0uE9IgMaiCpc32XV9oASz6UJebwkX+zF2jG5I1BfnO9g7KlotcA/v5ClMjgo6Gl MDY4HxoSRu3i1cqqSDtVlt+AOVBJBACrZcnHAUSuCXBPy0jOlBhxPqRWv6ND4c9PH1xjQ3NP nxJuMBS8rnNg22uyfAgmBKNLpLgAGVRMZGaGoJObGf72s6TeIqKJo/LtggAS9qAUiuKVnygo 3wjfkS9A3DRO+SpU7JqWdsveeIQyeyEJ/8PTowmSQLakF+3fote9ybzd880fSmFuIEJldWxp Y2ggPGpiZXVsaWNoQHN1c2UuY29tPsJgBBMRAgAgBQJZN5xEAhsDBgsJCAcDAgQVAggDBBYC AwECHgECF4AACgkQoDSui/t3IH4J+wCfQ5jHdEjCRHj23O/5ttg9r9OIruwAn3103WUITZee e7Sbg12UgcQ5lv7SzsFNBFk3nEQQCACCuTjCjFOUdi5Nm244F+78kLghRcin/awv+IrTcIWF hUpSs1Y91iQQ7KItirz5uwCPlwejSJDQJLIS+QtJHaXDXeV6NI0Uef1hP20+y8qydDiVkv6l IreXjTb7DvksRgJNvCkWtYnlS3mYvQ9NzS9PhyALWbXnH6sIJd2O9lKS1Mrfq+y0IXCP10eS FFGg+Av3IQeFatkJAyju0PPthyTqxSI4lZYuJVPknzgaeuJv/2NccrPvmeDg6Coe7ZIeQ8Yj t0ARxu2xytAkkLCel1Lz1WLmwLstV30g80nkgZf/wr+/BXJW/oIvRlonUkxv+IbBM3dX2OV8 AmRv1ySWPTP7AAMFB/9PQK/VtlNUJvg8GXj9ootzrteGfVZVVT4XBJkfwBcpC/XcPzldjv+3 HYudvpdNK3lLujXeA5fLOH+Z/G9WBc5pFVSMocI71I8bT8lIAzreg0WvkWg5V2WZsUMlnDL9 mpwIGFhlbM3gfDMs7MPMu8YQRFVdUvtSpaAs8OFfGQ0ia3LGZcjA6Ik2+xcqscEJzNH+qh8V m5jjp28yZgaqTaRbg3M/+MTbMpicpZuqF4rnB0AQD12/3BNWDR6bmh+EkYSMcEIpQmBM51qM EKYTQGybRCjpnKHGOxG0rfFY1085mBDZCH5Kx0cl0HVJuQKC+dV2ZY5AqjcKwAxpE75MLFkr wkkEGBECAAkFAlk3nEQCGwwACgkQoDSui/t3IH7nnwCfcJWUDUFKdCsBH/E5d+0ZnMQi+G0A nAuWpQkjM1ASeQwSHEeAWPgskBQL
  • Cc: "Huang, Ray" <Ray.Huang@xxxxxxx>, "Andryuk, Jason" <Jason.Andryuk@xxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Anthony PERARD <anthony.perard@xxxxxxxxxx>, "Orzel, Michal" <Michal.Orzel@xxxxxxx>, Julien Grall <julien@xxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
  • Delivery-date: Tue, 18 Feb 2025 14:56:06 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>

On 18.02.2025 05:24, Penny, Zheng wrote:
>> -----Original Message-----
>> From: Jan Beulich <jbeulich@xxxxxxxx>
>> Sent: Monday, February 17, 2025 6:34 PM
>>
>> On 17.02.2025 11:17, Penny, Zheng wrote:
>>>> -----Original Message-----
>>>> From: Jan Beulich <jbeulich@xxxxxxxx>
>>>> Sent: Tuesday, February 11, 2025 8:09 PM
>>>>
>>>> On 06.02.2025 09:32, Penny Zheng wrote:
>>>>> @@ -131,6 +131,15 @@ static int __init cf_check
>>>>> setup_cpufreq_option(const
>>>> char *str)
>>>>>              if ( arg[0] && arg[1] )
>>>>>                  ret = hwp_cmdline_parse(arg + 1, end);
>>>>>          }
>>>>> +        else if ( choice < 0 && !cmdline_strcmp(str, "amd-cppc") )
>>>>> +        {
>>>>> +            xen_processor_pmbits |= XEN_PROCESSOR_PM_CPPC;
>>>>> +            cpufreq_controller = FREQCTL_xen;
>>>>> +            cpufreq_xen_opts[cpufreq_xen_cnt++] = CPUFREQ_amd_cppc;
>>>>
>>>> While apparently again a pre-existing problem, the risk of array
>>>> overrun will become more manifest with this addition: People may
>>>> plausibly want to pass a universal option to Xen on all their instances:
>>>> "cpufreq=hwp,amd-cppc,xen". I think this wants taking care of in a prereq 
>>>> patch,
>> i.e.
>>>> before you further extend it. Here you will then further want to bump
>>>> cpufreq_xen_opts[]'es dimension, to account for the now sensible three-fold
>> option.
>>>>
>>>
>>> Correct me if I'm wrong, We are missing dealing the scenario which looks 
>>> like the
>> following:
>>> "cpufreq=amd-cppc,hwp,verbose".
>>
>> Not so much this one (can it even overflow). It's "cpufreq=amd-cppc,hwp,xen"
>> that I'm concerned about (or, prior to your change something redundant like
>> "cpufreq=hwp,hwp,xen").
> 
> I misunderstood before, sorry
> What is the appropriate behavior when user passes an option to Xen, like 
> "cpufreq=amd-cppc,hwp,xen" ?
> FWIT, amd-cppc and hwp are incompatible options.

Sure, but as said people may want to use something like this uniformly on
all their systems, be them AMD or Intel ones. IOW ...

> Send the error info to tell them you shall choose either of them, amd-cppc, 
> or hwp, or xen?

... no, I don't think this should be an error.

> If user wants to add fall back scheme, when amd-cppc is hardware unavailable, 
> we fall back to xen. user shall
> use ";", not "," to add, like "cpufreq=amd-cppc;xen"

Well, I didn't closely check whether the separator is to be semicolon or
comma. Things is that people may want to use one single command line
option across all their systems, old or new, Intel or AMD. Hence they may
want to ask to use HWP is available, CPPC is available, or fall back to
what we have had for ages. Yet they will also need to have a way to
express that they want only HWP and CPPC to be tried, without falling
back to the legacy driver. Hence we may not automatically fall back to
that if "amp-cppc" was passed, but is unavailable.

Jan



 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.