From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id AA1DB284FF; Tue, 15 Jan 2019 05:08:43 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Tue, 15 Jan 2019 05:08:43 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=o18CbkMTOXmoM4w7ECj+Rp3/2Zpl8ScHlD27mmgAWRg=; b=Q4+dsqrVanUw 8Szh61uEs4hi19iISPVDQdL65yCwobB/n5HCzhjA+DkaF1R3BNmT3BMnFa+cfrLU Wki/s72bzY5zMCY9yLcK893hoW9ctH9goRGwF5heE3RnLsYtc1pi2QyvEcyzK0f2 BpOtwhdWzjQjWwCDiHTLl3qodkAScsY= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=o18CbkMTOXmoM4w7ECj+Rp3/2Zpl8ScHlD27mmgAW Rg=; b=PRP+EJIw3z9IH+FnZGZ5hDpbnkk/DQDcP5GKjUnH87R+q6rn+ImzLFMcp Ewg4znIMp5/fWqeKoNp+16BV7dYXZWOaE0+GaYVWM5hRPIgkCJGfe/EMvkOpd8AC GzL4ipJ6uEgJCZbd3o6nDlPNd+dmvtGWWbiho5tOo4X8OxRFPJesTEooZaZ1eu+r aqhMMk1MQn0uHLeGWzF0z+3vAMQvT7thFlVQlWV78z0mkiYusd9sPeXOs1s25vyr fyEikdw9ww9ZrJXFrq2dyMzlKt2D5Gb+R/+kUln5tult4wNeAfBINXx78FD/cafS 5x123cY+WbXKPvPs6/Zw32XLV1S0g== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtledrgeefgddtlecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfhuthenuceurghilhhouhhtmecufedt tdenucesvcftvggtihhpihgvnhhtshculddquddttddmnecujfgurhephffvufffkfgjfh gggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgrshcuofhonhhjrghlohhnuceo thhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukfhppeejjedrudefgedrvddtfe drudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhho nhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 7B137E461F; Tue, 15 Jan 2019 05:08:42 -0500 (EST) From: Thomas Monjalon To: "Hunt, David" Cc: Liang Ma , dev@dpdk.org, anatoly.burakov@intel.com, lei.a.yao@intel.com Date: Tue, 15 Jan 2019 11:08:41 +0100 Message-ID: <1775390.zTZJfbECN9@xps> In-Reply-To: <99fe40f2-ba87-b721-1c6e-214d75b27baf@intel.com> 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] libs/power: fix the resource leaking issue X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jan 2019 10:08:44 -0000 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