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

2018-12-20 Thread Thomas Monjalon
21/12/2018 01:30, Thomas Monjalon: > 20/12/2018 15:52, Hunt, David: > > On 19/12/2018 8:31 PM, Thomas Monjalon wrote: > > > 19/12/2018 10:09, Hunt, David: > > >> On 19/12/2018 3:18 AM, Thomas Monjalon wrote: > > >>> 14/12/2018 14:11, Liang Ma: > > Previously, in order to use the power library,

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

2018-12-20 Thread Thomas Monjalon
20/12/2018 15:52, Hunt, David: > On 19/12/2018 8:31 PM, Thomas Monjalon wrote: > > 19/12/2018 10:09, Hunt, David: > >> On 19/12/2018 3:18 AM, Thomas Monjalon wrote: > >>> 14/12/2018 14:11, Liang Ma: > Previously, in order to use the power library, it was necessary > for the user to disabl

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

2018-12-20 Thread Hunt, David
On 19/12/2018 8:31 PM, Thomas Monjalon wrote: 19/12/2018 10:09, Hunt, David: On 19/12/2018 3:18 AM, Thomas Monjalon wrote: 14/12/2018 14:11, 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=disab

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

2018-12-20 Thread Liang, Ma
On 20 Dec 11:10, Thomas Monjalon wrote: > 20/12/2018 10:33, Burakov, Anatoly: > > On 20-Dec-18 9:25 AM, Burakov, Anatoly wrote: > > > On 19-Dec-18 8:31 PM, Thomas Monjalon wrote: > > >> 19/12/2018 10:09, Hunt, David: > > >>> On 19/12/2018 3:18 AM, Thomas Monjalon wrote: > > 14/12/2018 14:11, L

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

2018-12-20 Thread Thomas Monjalon
20/12/2018 11:42, Luca Boccassi: > On Thu, 2018-12-20 at 11:10 +0100, Thomas Monjalon wrote: > > 20/12/2018 10:33, Burakov, Anatoly: > > > On 20-Dec-18 9:25 AM, Burakov, Anatoly wrote: > > > > On 19-Dec-18 8:31 PM, Thomas Monjalon wrote: > > > > > 19/12/2018 10:09, Hunt, David: > > > > > > On 19/12

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

2018-12-20 Thread Luca Boccassi
On Thu, 2018-12-20 at 11:10 +0100, Thomas Monjalon wrote: > 20/12/2018 10:33, Burakov, Anatoly: > > On 20-Dec-18 9:25 AM, Burakov, Anatoly wrote: > > > On 19-Dec-18 8:31 PM, Thomas Monjalon wrote: > > > > 19/12/2018 10:09, Hunt, David: > > > > > On 19/12/2018 3:18 AM, Thomas Monjalon wrote: > > > >

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

2018-12-20 Thread Thomas Monjalon
20/12/2018 10:33, Burakov, Anatoly: > On 20-Dec-18 9:25 AM, Burakov, Anatoly wrote: > > On 19-Dec-18 8:31 PM, Thomas Monjalon wrote: > >> 19/12/2018 10:09, Hunt, David: > >>> On 19/12/2018 3:18 AM, Thomas Monjalon wrote: > 14/12/2018 14:11, Liang Ma: > > Previously, in order to use the pow

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

2018-12-20 Thread Burakov, Anatoly
On 20-Dec-18 9:25 AM, Burakov, Anatoly wrote: On 19-Dec-18 8:31 PM, Thomas Monjalon wrote: 19/12/2018 10:09, Hunt, David: On 19/12/2018 3:18 AM, Thomas Monjalon wrote: 14/12/2018 14:11, Liang Ma: Previously, in order to use the power library, it was necessary for the user to disable the intel

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

2018-12-20 Thread Burakov, Anatoly
On 19-Dec-18 8:31 PM, Thomas Monjalon wrote: 19/12/2018 10:09, Hunt, David: On 19/12/2018 3:18 AM, Thomas Monjalon wrote: 14/12/2018 14:11, 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”

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

2018-12-19 Thread Thomas Monjalon
19/12/2018 10:09, Hunt, David: > On 19/12/2018 3:18 AM, Thomas Monjalon wrote: > > 14/12/2018 14:11, 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 f

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

2018-12-19 Thread Hunt, David
On 19/12/2018 3:18 AM, Thomas Monjalon wrote: 14/12/2018 14:11, 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 dr

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

2018-12-18 Thread Thomas Monjalon
14/12/2018 14:11, 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 v3] 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