Re: [dpdk-dev] [PATCH v2] power: fix coverity issue

2019-05-09 Thread Thomas Monjalon
03/05/2019 11:26, Hunt, David: > On 8/4/2019 5:19 PM, Liang Ma wrote: > > Fix the resource leaking issue > > > > Coverity issue: 337668 > > > > Fixes: b60fd5f8b1ce8f0a2c ("power: add bit for high frequency cores") > > Confirmed that this issue is resolved by testing on our internel > Coverity ser

Re: [dpdk-dev] [PATCH v2] power: fix coverity issue

2019-05-03 Thread Hunt, David
On 8/4/2019 5:19 PM, Liang Ma wrote: Fix the resource leaking issue Coverity issue: 337668 Fixes: b60fd5f8b1ce8f0a2c ("power: add bit for high frequency cores") Signed-off-by: Liang Ma --- lib/librte_power/power_pstate_cpufreq.c | 11 --- 1 file changed, 8 insertions(+), 3 deleti

[dpdk-dev] [PATCH v2] power: fix coverity issue

2019-04-08 Thread Liang Ma
Fix the resource leaking issue Coverity issue: 337668 Fixes: b60fd5f8b1ce8f0a2c ("power: add bit for high frequency cores") Signed-off-by: Liang Ma --- lib/librte_power/power_pstate_cpufreq.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/lib/librte_power/power