Re: [dpdk-dev] [PATCH v2] libs/power: add p-state driver compatibility

2018-12-14 Thread Burakov, Anatoly
On 14-Dec-18 11:13 AM, Liang Ma wrote: Previously, in order to use the power library, it was necessary for the user to disable the intel_pstate driver by adding “intel_pstate=disable” to the kernel command line for the system, which causes the acpi_cpufreq driver to be loaded in its place. This

[dpdk-dev] [PATCH v2] libs/power: add p-state driver compatibility

2018-12-14 Thread Liang Ma
Previously, in order to use the power library, it was necessary for the user to disable the intel_pstate driver by adding “intel_pstate=disable” to the kernel command line for the system, which causes the acpi_cpufreq driver to be loaded in its place. This patch adds the ability for the power libr