Re: [dpdk-dev] [PATCH 0/3] power: fixes for power ACPI through sysfs

2017-11-21 Thread Radoslaw Biernacki
Hi David, I forgot to add V2 to the topic (sorry for that). But did you had time to look at V2 of this patch? On 11 November 2017 at 19:55, Radoslaw Biernacki < radoslaw.bierna...@linaro.org> wrote: > This series of patches is fixing bug in power ACPI subsystem code as > well as improve the deb

[dpdk-dev] [PATCH 0/3] power: fixes for power ACPI through sysfs

2017-11-11 Thread Radoslaw Biernacki
This series of patches is fixing bug in power ACPI subsystem code as well as improve the debugging messages and cleans the code. V2: - error checking macros removed (checkpatch warning) - using plain open()/read()/write() system functions instead of STDIO - added check for intel_pstate driver t