From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id C293F3195 for ; Wed, 29 Nov 2017 17:17:05 +0100 (CET) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Nov 2017 08:17:04 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,474,1508828400"; d="scan'208";a="179183783" Received: from mkovacev-mobl.ger.corp.intel.com (HELO [10.237.221.14]) ([10.237.221.14]) by orsmga005.jf.intel.com with ESMTP; 29 Nov 2017 08:17:03 -0800 To: Bruce Richardson Cc: dev@dpdk.org, david.hunt@intel.com References: <20171128132203.43181-1-marko.kovacevic@intel.com> <20171128132203.43181-2-marko.kovacevic@intel.com> <20171128141746.GB10272@bricha3-MOBL3.ger.corp.intel.com> From: Marko Kovacevic Message-ID: <1eeb846a-9097-fa13-f458-d8f8ac334be2@intel.com> Date: Wed, 29 Nov 2017 16:17:02 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <20171128141746.GB10272@bricha3-MOBL3.ger.corp.intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Subject: Re: [dpdk-dev] [PATCH v2 2/4] power: clean up of acpi files 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: Wed, 29 Nov 2017 16:17:06 -0000 Apologies for not clearing up what was in the clean up. In the cleanups i have removed "rte_" from the file names and also variable names as the issue was that many APIs were exposed in the documentation. In doing so it leaves rte_power.h as the only header file that's installed. On 28/11/2017 14:17, Bruce Richardson wrote: > On Tue, Nov 28, 2017 at 01:22:01PM +0000, Marko Kovacevic wrote: >> Signed-off-by: Marko Kovacevic >> --- > Please include a description of the work involved in the "cleanup". > Makes life easier for reviewers to know what to expect and check that > nothing was missed. > > Thanks, > /Bruce