From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Jan 2019 02:07:08 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,481,1539673200"; d="scan'208";a="116868516" Received: from dhunt5-mobl2.ger.corp.intel.com (HELO [10.237.210.24]) ([10.237.210.24]) by fmsmga008.fm.intel.com with ESMTP; 15 Jan 2019 02:07:06 -0800 To: Thomas Monjalon , Liang Ma Cc: dev@dpdk.org, anatoly.burakov@intel.com, lei.a.yao@intel.com References: <1545996779-4098-1-git-send-email-liang.j.ma@intel.com> <2018531.3oe2IaU2Kv@xps> From: "Hunt, David" Message-ID: <99fe40f2-ba87-b721-1c6e-214d75b27baf@intel.com> Date: Tue, 15 Jan 2019 10:07:05 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 MIME-Version: 1.0 In-Reply-To: <2018531.3oe2IaU2Kv@xps> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US 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:07:10 -0000 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.