From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 6463A41DF1;
	Mon,  6 Mar 2023 07:35:49 +0100 (CET)
Received: from mails.dpdk.org (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id F3DB840A8A;
	Mon,  6 Mar 2023 07:35:48 +0100 (CET)
Received: from szxga08-in.huawei.com (szxga08-in.huawei.com [45.249.212.255])
 by mails.dpdk.org (Postfix) with ESMTP id 352D24067B
 for <dev@dpdk.org>; Mon,  6 Mar 2023 07:35:48 +0100 (CET)
Received: from kwepemi500020.china.huawei.com (unknown [172.30.72.57])
 by szxga08-in.huawei.com (SkyGuard) with ESMTP id 4PVTKS1qZkz16PG9;
 Mon,  6 Mar 2023 14:33:00 +0800 (CST)
Received: from [10.67.103.42] (10.67.103.42) by kwepemi500020.china.huawei.com
 (7.221.188.8) with Microsoft SMTP Server (version=TLS1_2,
 cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.21; Mon, 6 Mar
 2023 14:35:45 +0800
Message-ID: <50cfe5cb-85c3-d117-c015-b26d3895c02d@huawei.com>
Date: Mon, 6 Mar 2023 14:35:44 +0800
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
 Thunderbird/91.9.1
Subject: Re: [PATCH] examples/l3fwd-power: support CPPC cpufreq
To: <thomas@monjalon.net>
CC: <liudongdong3@huawei.com>, <dev@dpdk.org>, "Hunt, David"
 <david.hunt@intel.com>
References: <20230131025852.11240-1-haijie1@huawei.com>
 <5726e864-bf7c-2c02-2aec-c9fa0e94dac3@huawei.com>
 <8931376f-4393-4ea1-1b1e-7807683784a2@intel.com>
From: Jie Hai <haijie1@huawei.com>
In-Reply-To: <8931376f-4393-4ea1-1b1e-7807683784a2@intel.com>
Content-Type: text/plain; charset="UTF-8"; format=flowed
Content-Transfer-Encoding: 7bit
X-Originating-IP: [10.67.103.42]
X-ClientProxiedBy: dggems704-chm.china.huawei.com (10.3.19.181) To
 kwepemi500020.china.huawei.com (7.221.188.8)
X-CFilter-Loop: Reflected
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org

Hi, Thomas,

A gentle ping~
Since this patch has been acked by David Hunt,
is there anything more I can do to push the process forward?

Thanks,
Jie Hai

On 2023/2/22 17:46, Hunt, David wrote:
> 
> On 22/02/2023 02:13, Jie Hai wrote:
>> Hi, David Hunt,
>>
>> Kindly ping. Could you please take a look at this patch?
>>
>> Thanks,
>> Jie Hai
>>
>> On 2023/1/31 10:58, Jie Hai wrote:
>>> Currently the l3fwd-power only supports ACPI cpufreq and Pstate
>>> cpufreq, This patch adds CPPC cpufreq.
>>>
>>> Signed-off-by: Jie Hai <haijie1@huawei.com>
>>>
> 
> Hi, Jie Hai,
> 
> Apologies, this patch never got to my inbox.
> 
> Looks good to me.
> 
> Acked-by: David Hunt <david.hunt@intel.com>
> 
> 
> .