Re: [dpdk-dev] [PATCH] examples/power: fix intel pstate power manager

2019-01-14 Thread Thomas Monjalon
08/01/2019 16:25, David Hunt: > The vm_power_manager starts by setting the environment to acpi > using rte_power_set_env(PM_ENV_ACPI_CPUFREQ). This causes a problem > starting vm_power_manager when the system is using the intel_pstate > driver. The env should be set to none, or not called at all, b

[dpdk-dev] [PATCH] examples/power: fix intel pstate power manager

2019-01-08 Thread David Hunt
The vm_power_manager starts by setting the environment to acpi using rte_power_set_env(PM_ENV_ACPI_CPUFREQ). This causes a problem starting vm_power_manager when the system is using the intel_pstate driver. The env should be set to none, or not called at all, because the library now auto-detects th