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

2018-12-20 Thread Thomas Monjalon
20/12/2018 15:43, 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 p

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

2018-12-20 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