Re: [dpdk-dev] [PATCH] lib/power: fix governor storage to trim newlines

2019-03-29 Thread Hunt, David
Hi Anatoly, On 29/3/2019 4:25 PM, Burakov, Anatoly wrote: On 29-Mar-19 4:11 PM, David Hunt wrote: Currently the Power Libray stores the governor name with an embedded newline read from the scaling_governor sysfs file. This patch strips it out. Fixes: 445c6528b55f ("power: common interface for

Re: [dpdk-dev] [PATCH] lib/power: fix governor storage to trim newlines

2019-03-29 Thread Burakov, Anatoly
On 29-Mar-19 4:11 PM, David Hunt wrote: Currently the Power Libray stores the governor name with an embedded newline read from the scaling_governor sysfs file. This patch strips it out. Fixes: 445c6528b55f ("power: common interface for guest and host") Cc: sta...@dpdk.org Signed-off-by: David H

Re: [dpdk-dev] [PATCH] lib/power: fix governor storage to trim newlines

2019-03-29 Thread Bruce Richardson
On Fri, Mar 29, 2019 at 04:11:42PM +, David Hunt wrote: > Currently the Power Libray stores the governor name with an embedded > newline read from the scaling_governor sysfs file. This patch strips > it out. > > Fixes: 445c6528b55f ("power: common interface for guest and host") > Cc: sta...@dp

[dpdk-dev] [PATCH] lib/power: fix governor storage to trim newlines

2019-03-29 Thread David Hunt
Currently the Power Libray stores the governor name with an embedded newline read from the scaling_governor sysfs file. This patch strips it out. Fixes: 445c6528b55f ("power: common interface for guest and host") Cc: sta...@dpdk.org Signed-off-by: David Hunt --- lib/librte_power/power_acpi_cpuf