Re: [dpdk-dev] [PATCH] test/power: fix unit test to handle pstate mode

2019-02-06 Thread Hunt, David
Hi Kevin, On 6/2/2019 3:47 PM, Kevin Traynor wrote: On 01/07/2019 02:40 PM, David Hunt wrote: The cpufreq test breakes when the system is using the intel_pstate driver for frequency management. The power library has recentyly been updated to allow use of the intel_pstate driver, this patch fixe

Re: [dpdk-dev] [PATCH] test/power: fix unit test to handle pstate mode

2019-02-06 Thread Kevin Traynor
On 01/07/2019 02:40 PM, David Hunt wrote: > The cpufreq test breakes when the system is using the intel_pstate > driver for frequency management. The power library has recentyly been > updated to allow use of the intel_pstate driver, this patch fixes the > cpufreq test so that it can now use either

Re: [dpdk-dev] [PATCH] test/power: fix unit test to handle pstate mode

2019-01-14 Thread Thomas Monjalon
07/01/2019 15:40, David Hunt: > The cpufreq test breakes when the system is using the intel_pstate > driver for frequency management. The power library has recentyly been > updated to allow use of the intel_pstate driver, this patch fixes the > cpufreq test so that it can now use either acpi or pst

[dpdk-dev] [PATCH] test/power: fix unit test to handle pstate mode

2019-01-07 Thread David Hunt
The cpufreq test breakes when the system is using the intel_pstate driver for frequency management. The power library has recentyly been updated to allow use of the intel_pstate driver, this patch fixes the cpufreq test so that it can now use either acpi or pstate modes. The library will auto-detec