From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 40E8DA0548; Tue, 22 Jun 2021 15:00:00 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 24B804003F; Tue, 22 Jun 2021 15:00:00 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 305384003C for ; Tue, 22 Jun 2021 14:59:59 +0200 (CEST) IronPort-SDR: 5BnNKXmVRsAwCXmGnoCIS+/VRIOplQRiY1PzcYCVPynTbnTMMKDzSv9gZtsnvcllaw5ESSDirJ pRVS6IULSQ1w== X-IronPort-AV: E=McAfee;i="6200,9189,10022"; a="207088933" X-IronPort-AV: E=Sophos;i="5.83,291,1616482800"; d="scan'208";a="207088933" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jun 2021 05:59:57 -0700 IronPort-SDR: lbY17IzsUIsI0qSe2gwMTGDWjYJ3CupDd9HbPIozRHjcFpShN14JrBbPkQUe6W94jk6Ppnal9c Yqk5F28YCBag== X-IronPort-AV: E=Sophos;i="5.83,291,1616482800"; d="scan'208";a="423308816" Received: from ebaldwin-mobl1.ger.corp.intel.com (HELO [10.252.14.169]) ([10.252.14.169]) by orsmga002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jun 2021 05:59:56 -0700 To: dev@dpdk.org Cc: anatoly.burakov@intel.com References: <20210622124335.2213-1-david.hunt@intel.com> From: David Hunt Message-ID: Date: Tue, 22 Jun 2021 13:59:54 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.10.2 MIME-Version: 1.0 In-Reply-To: <20210622124335.2213-1-david.hunt@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-GB Subject: Re: [dpdk-dev] [PATCH v2 1/2] power: don't use rte prefix in internal code X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list 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 22/6/2021 1:43 PM, David Hunt wrote: > From: Anatoly Burakov > > Currently, ACPI code uses rte_power_info as the struct name, which > gives the appearance that this is an externally visible API. Fix to > use internal namespace. > > Signed-off-by: Anatoly Burakov > Acked-by: David Hunt > --- > lib/power/power_acpi_cpufreq.c | 34 +++++++++++++++++----------------- > 1 file changed, 17 insertions(+), 17 deletions(-) > Please ignore, should have been sent as v5.