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 88841A0524; Mon, 31 May 2021 12:23:40 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7494640140; Mon, 31 May 2021 12:23:40 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id DD3144003F for ; Mon, 31 May 2021 12:23:38 +0200 (CEST) IronPort-SDR: b/MwDsv3NzulAHNkxA2x0xMyUv3wW88xecIn72uZJe0QPlGEcExhqFGIKGN6/pCgTalGQS9mKq KG2Ip7fG8uBw== X-IronPort-AV: E=McAfee;i="6200,9189,10000"; a="203338316" X-IronPort-AV: E=Sophos;i="5.83,236,1616482800"; d="scan'208";a="203338316" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 May 2021 03:23:37 -0700 IronPort-SDR: VIluRlJUcf8LOObW/zEVIrp02saFw6XLnhYHqKHMo+E0e6zRSK5KTrLHSwokxGAOGv2Ji9FgGh Jmwe3HnVFO+Q== X-IronPort-AV: E=Sophos;i="5.83,236,1616482800"; d="scan'208";a="478862539" Received: from dhunt5-mobl5.ger.corp.intel.com (HELO [10.252.25.241]) ([10.252.25.241]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 May 2021 03:23:36 -0700 To: Anatoly Burakov , dev@dpdk.org Cc: stephen@networkplumber.org, Richael.Zhuang@arm.com, reshma.pattan@intel.com References: <2fae7084c99dc8223e8d3a0aa9c2e5ba18bf1e6b.1619104102.git.anatoly.burakov@intel.com> From: David Hunt Message-ID: <39da6764-4abe-4b68-59d5-fb15c8d339aa@intel.com> Date: Mon, 31 May 2021 11:23:34 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.10.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-GB Subject: Re: [dpdk-dev] [21.08 PATCH v4 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" Hi Anatoly On 23/4/2021 12:03 PM, Anatoly Burakov wrote: > 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 > --- > lib/power/power_acpi_cpufreq.c | 34 +++++++++++++++++----------------- > 1 file changed, 17 insertions(+), 17 deletions(-) > Looks good. This brings the acpi driver code in line with the pstate driver code, which already has it's struct called ptate_power_info. Acked-by: David Hunt