Re: [dpdk-dev] [PATCH v2 1/3] power: add get capabilities API

2018-07-12 Thread Thomas Monjalon
26/06/2018 11:43, Hunt, David: > > On 11/6/2018 11:03 AM, Radu Nicolau wrote: > > New API added, rte_power_get_capabilities(), that allows the > > application to query the power and performance capabilities > > of the CPU cores. > > > > Signed-off-by: Radu Nicolau > > Acked-by: David Hunt Serie

Re: [dpdk-dev] [PATCH v2 1/3] power: add get capabilities API

2018-06-26 Thread Hunt, David
On 11/6/2018 11:03 AM, Radu Nicolau wrote: New API added, rte_power_get_capabilities(), that allows the application to query the power and performance capabilities of the CPU cores. Signed-off-by: Radu Nicolau --- v2: fixed coding style errors, split test into separate patch lib/librte_pow

[dpdk-dev] [PATCH v2 1/3] power: add get capabilities API

2018-06-11 Thread Radu Nicolau
New API added, rte_power_get_capabilities(), that allows the application to query the power and performance capabilities of the CPU cores. Signed-off-by: Radu Nicolau --- v2: fixed coding style errors, split test into separate patch lib/librte_power/power_acpi_cpufreq.c | 21 ++