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 0D6EAA0A0C; Fri, 9 Jul 2021 11:52:30 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7E8C44014D; Fri, 9 Jul 2021 11:52:29 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 83D2D40143 for ; Fri, 9 Jul 2021 11:52:27 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10039"; a="196954200" X-IronPort-AV: E=Sophos;i="5.84,226,1620716400"; d="scan'208";a="196954200" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Jul 2021 02:52:26 -0700 X-IronPort-AV: E=Sophos;i="5.84,226,1620716400"; d="scan'208";a="458227010" Received: from dhunt5-mobl5.ger.corp.intel.com (HELO [10.252.25.90]) ([10.252.25.90]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Jul 2021 02:52:25 -0700 To: Richael Zhuang , dev@dpdk.org Cc: yux.jiang@intel.com References: <20210708023447.20495-2-richael.zhuang@arm.com> <20210709033416.46199-1-richael.zhuang@arm.com> <20210709033416.46199-2-richael.zhuang@arm.com> From: David Hunt Message-ID: Date: Fri, 9 Jul 2021 10:52:23 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: <20210709033416.46199-2-richael.zhuang@arm.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-GB Subject: Re: [dpdk-dev] [PATCH v7 1/2] power: add support for cppc cpufreq 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 9/7/2021 4:34 AM, Richael Zhuang wrote: > Currently in DPDK only acpi_cpufreq and pstate_cpufreq drivers are > supported, which are both not available on arm64 platforms. Add > support for cppc_cpufreq driver which works on most arm64 platforms. > > Signed-off-by: Richael Zhuang > --- --snip-- Hi Richael, It's usuall to inherit the tags from previous versions (such as Acked-by:, Tested-by:, etc.) if the changes are relatively minor. That helps the patchwork flags keep up to date. And by "inherit" I mean you can add them in to your patch just below the Signed-off-by: tag. If it's a major re-work of a patch, then there might need to be re-review or re-ack. If you’re doing a re-spin of this patch set for the clang issue, that might be a good opportunity to include the tags from previous versions. Rgds, Dave.