From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-15.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3ED7AC48BDF for ; Tue, 22 Jun 2021 13:00:01 +0000 (UTC) Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by mail.kernel.org (Postfix) with ESMTP id CC24461352 for ; Tue, 22 Jun 2021 13:00:00 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CC24461352 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org 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.