From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Hunt, David" Subject: Re: [PATCH] libs/power: fix the resource leaking issue Date: Tue, 15 Jan 2019 10:07:05 +0000 Message-ID: <99fe40f2-ba87-b721-1c6e-214d75b27baf@intel.com> References: <1545996779-4098-1-git-send-email-liang.j.ma@intel.com> <2018531.3oe2IaU2Kv@xps> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, anatoly.burakov@intel.com, lei.a.yao@intel.com To: Thomas Monjalon , Liang Ma Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id A98EF2BA3 for ; Tue, 15 Jan 2019 11:07:09 +0100 (CET) In-Reply-To: <2018531.3oe2IaU2Kv@xps> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 14/1/2019 10:35 PM, Thomas Monjalon wrote: > 28/12/2018 12:32, Liang Ma: >> Fixes: e6c6dc0f96c8 ("power: add p-state driver compatibility") >> Coverity issue: 328528 >> >> Also add the missing functionality of enable/disable turbo > If you are changing two things, you probably need to split in two patches. > In 19.02 timeframe, we will get only the fix. > > Dave, please could you help? > Sure, Thomas. I've just pushed a v2 which focuses on the resource leak fix. We can handle the Turbo Boost enhancements in the next release. Regards, Dave.