DPDK usage discussions
 help / color / mirror / Atom feed
* AMD EPYC 7713 64-Core: cannot enable turbo boost
@ 2022-04-25 17:13 Antonio Di Bacco
  2022-04-26 10:00 ` Tummala, Sivaprasad
  0 siblings, 1 reply; 4+ messages in thread
From: Antonio Di Bacco @ 2022-04-25 17:13 UTC (permalink / raw)
  To: users

[-- Attachment #1: Type: text/plain, Size: 481 bytes --]

Trying to enable turbo boost on EPYC 7713 with this APIS:

  rte_power_init(lcore)
  rte_power_freq_enable_turbo(lcore)
 rte_power_freq_max(lcore)

 I receive this messages:

DPDK:POWER: Env isn't set yet!
DPDK:POWER: Attempting to initialise ACPI cpufreq power management...
DPDK:POWER: Power management governor of lcore 99 has been set to
'userspace' successfully
DPDK:POWER: Initialized successfully for lcore 99 power management
DPDK:POWER: Failed to enable turbo on lcore 99

[-- Attachment #2: Type: text/html, Size: 617 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: AMD EPYC 7713 64-Core: cannot enable turbo boost
  2022-04-25 17:13 AMD EPYC 7713 64-Core: cannot enable turbo boost Antonio Di Bacco
@ 2022-04-26 10:00 ` Tummala, Sivaprasad
  2022-04-26 16:25   ` Antonio Di Bacco
  0 siblings, 1 reply; 4+ messages in thread
From: Tummala, Sivaprasad @ 2022-04-26 10:00 UTC (permalink / raw)
  To: Antonio Di Bacco, users

[-- Attachment #1: Type: text/plain, Size: 903 bytes --]

[AMD Official Use Only - General]

Hi Antonio,

We are looking into this. Could you please share the below info:
# cpupower -c <lcore> frequency-info info
analyzing CPU <lcore>:
  driver: acpi-cpufreq


From: Antonio Di Bacco <a.dibacco.ks@gmail.com>
Sent: Monday, April 25, 2022 10:43 PM
To: users@dpdk.org
Subject: AMD EPYC 7713 64-Core: cannot enable turbo boost

[CAUTION: External Email]
Trying to enable turbo boost on EPYC 7713 with this APIS:

  rte_power_init(lcore)
  rte_power_freq_enable_turbo(lcore)
 rte_power_freq_max(lcore)

 I receive this messages:

DPDK:POWER: Env isn't set yet!
DPDK:POWER: Attempting to initialise ACPI cpufreq power management...
DPDK:POWER: Power management governor of lcore 99 has been set to 'userspace' successfully
DPDK:POWER: Initialized successfully for lcore 99 power management
DPDK:POWER: Failed to enable turbo on lcore 99

[-- Attachment #2: Type: text/html, Size: 4580 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: AMD EPYC 7713 64-Core: cannot enable turbo boost
  2022-04-26 10:00 ` Tummala, Sivaprasad
@ 2022-04-26 16:25   ` Antonio Di Bacco
  2022-04-28  8:05     ` Antonio Di Bacco
  0 siblings, 1 reply; 4+ messages in thread
From: Antonio Di Bacco @ 2022-04-26 16:25 UTC (permalink / raw)
  To: Tummala, Sivaprasad; +Cc: users

[-- Attachment #1: Type: text/plain, Size: 1978 bytes --]

That's fantastic:

# sudo cpupower -c 99 frequency-info info
analyzing CPU 99:
  driver: acpi-cpufreq
  CPUs which run at the same hardware frequency: 99
  CPUs which need to have their frequency coordinated by software: 99
  maximum transition latency:  Cannot determine or is not supported.
  hardware limits: 1.50 GHz - 3.72 GHz
  available frequency steps:  2.00 GHz, 1.70 GHz, 1.50 GHz
  available cpufreq governors: conservative ondemand userspace powersave
performance schedutil
  current policy: frequency should be within 1.50 GHz and 3.72 GHz.
                  The governor "userspace" may decide which speed to use
                  within this range.
  current CPU frequency: 2.00 GHz (asserted by call to hardware)
  boost state support:
    Supported: yes
    Active: yes
    Boost States: 0
    Total States: 3
    Pstate-P0:  2000MHz
    Pstate-P1:  1700MHz
    Pstate-P2:  1500MHz

Il giorno mar 26 apr 2022 alle ore 12:00 Tummala, Sivaprasad <
Sivaprasad.Tummala@amd.com> ha scritto:

> [AMD Official Use Only - General]
>
>
>
> Hi Antonio,
>
>
>
> We are looking into this. Could you please share the below info:
>
> # cpupower -c <lcore> frequency-info info
>
> analyzing CPU <lcore>:
>
>   driver: acpi-cpufreq
>
>
>
>
>
> *From:* Antonio Di Bacco <a.dibacco.ks@gmail.com>
> *Sent:* Monday, April 25, 2022 10:43 PM
> *To:* users@dpdk.org
> *Subject:* AMD EPYC 7713 64-Core: cannot enable turbo boost
>
>
>
> [CAUTION: External Email]
>
> Trying to enable turbo boost on EPYC 7713 with this APIS:
>
>
>
>   rte_power_init(lcore)
>   rte_power_freq_enable_turbo(lcore)
>  rte_power_freq_max(lcore)
>
>
>
>  I receive this messages:
>
>
>
> DPDK:POWER: Env isn't set yet!
> DPDK:POWER: Attempting to initialise ACPI cpufreq power management...
> DPDK:POWER: Power management governor of lcore 99 has been set to
> 'userspace' successfully
> DPDK:POWER: Initialized successfully for lcore 99 power management
> DPDK:POWER: Failed to enable turbo on lcore 99
>

[-- Attachment #2: Type: text/html, Size: 4556 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: AMD EPYC 7713 64-Core: cannot enable turbo boost
  2022-04-26 16:25   ` Antonio Di Bacco
@ 2022-04-28  8:05     ` Antonio Di Bacco
  0 siblings, 0 replies; 4+ messages in thread
From: Antonio Di Bacco @ 2022-04-28  8:05 UTC (permalink / raw)
  To: Tummala, Sivaprasad; +Cc: users

[-- Attachment #1: Type: text/plain, Size: 2402 bytes --]

Right now we are using an Intel XEON and to be able to enable turbo boost
we had to change a setting (Power performance tuning) in the BIOS sticking
it to "OS control EPB". Is there something to do in the BIOS of EPYC?



Il giorno mar 26 apr 2022 alle ore 18:25 Antonio Di Bacco <
a.dibacco.ks@gmail.com> ha scritto:

> That's fantastic:
>
> # sudo cpupower -c 99 frequency-info info
> analyzing CPU 99:
>   driver: acpi-cpufreq
>   CPUs which run at the same hardware frequency: 99
>   CPUs which need to have their frequency coordinated by software: 99
>   maximum transition latency:  Cannot determine or is not supported.
>   hardware limits: 1.50 GHz - 3.72 GHz
>   available frequency steps:  2.00 GHz, 1.70 GHz, 1.50 GHz
>   available cpufreq governors: conservative ondemand userspace powersave
> performance schedutil
>   current policy: frequency should be within 1.50 GHz and 3.72 GHz.
>                   The governor "userspace" may decide which speed to use
>                   within this range.
>   current CPU frequency: 2.00 GHz (asserted by call to hardware)
>   boost state support:
>     Supported: yes
>     Active: yes
>     Boost States: 0
>     Total States: 3
>     Pstate-P0:  2000MHz
>     Pstate-P1:  1700MHz
>     Pstate-P2:  1500MHz
>
> Il giorno mar 26 apr 2022 alle ore 12:00 Tummala, Sivaprasad <
> Sivaprasad.Tummala@amd.com> ha scritto:
>
>> [AMD Official Use Only - General]
>>
>>
>>
>> Hi Antonio,
>>
>>
>>
>> We are looking into this. Could you please share the below info:
>>
>> # cpupower -c <lcore> frequency-info info
>>
>> analyzing CPU <lcore>:
>>
>>   driver: acpi-cpufreq
>>
>>
>>
>>
>>
>> *From:* Antonio Di Bacco <a.dibacco.ks@gmail.com>
>> *Sent:* Monday, April 25, 2022 10:43 PM
>> *To:* users@dpdk.org
>> *Subject:* AMD EPYC 7713 64-Core: cannot enable turbo boost
>>
>>
>>
>> [CAUTION: External Email]
>>
>> Trying to enable turbo boost on EPYC 7713 with this APIS:
>>
>>
>>
>>   rte_power_init(lcore)
>>   rte_power_freq_enable_turbo(lcore)
>>  rte_power_freq_max(lcore)
>>
>>
>>
>>  I receive this messages:
>>
>>
>>
>> DPDK:POWER: Env isn't set yet!
>> DPDK:POWER: Attempting to initialise ACPI cpufreq power management...
>> DPDK:POWER: Power management governor of lcore 99 has been set to
>> 'userspace' successfully
>> DPDK:POWER: Initialized successfully for lcore 99 power management
>> DPDK:POWER: Failed to enable turbo on lcore 99
>>
>

[-- Attachment #2: Type: text/html, Size: 5071 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-04-28  8:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-25 17:13 AMD EPYC 7713 64-Core: cannot enable turbo boost Antonio Di Bacco
2022-04-26 10:00 ` Tummala, Sivaprasad
2022-04-26 16:25   ` Antonio Di Bacco
2022-04-28  8:05     ` Antonio Di Bacco

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).