From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] libs/power: fix the resource leaking issue Date: Tue, 15 Jan 2019 11:08:41 +0100 Message-ID: <1775390.zTZJfbECN9@xps> References: <1545996779-4098-1-git-send-email-liang.j.ma@intel.com> <2018531.3oe2IaU2Kv@xps> <99fe40f2-ba87-b721-1c6e-214d75b27baf@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Liang Ma , dev@dpdk.org, anatoly.burakov@intel.com, lei.a.yao@intel.com To: "Hunt, David" Return-path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 2D30E4C6C for ; Tue, 15 Jan 2019 11:08:44 +0100 (CET) In-Reply-To: <99fe40f2-ba87-b721-1c6e-214d75b27baf@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 15/01/2019 11:07, Hunt, David: > > 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. OK thanks