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 B2E7745CC8; Wed, 13 Nov 2024 02:03:36 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E65D4402BC; Wed, 13 Nov 2024 02:03:35 +0100 (CET) Received: from szxga07-in.huawei.com (szxga07-in.huawei.com [45.249.212.35]) by mails.dpdk.org (Postfix) with ESMTP id 974A740265 for ; Wed, 13 Nov 2024 02:03:33 +0100 (CET) Received: from mail.maildlp.com (unknown [172.19.88.214]) by szxga07-in.huawei.com (SkyGuard) with ESMTP id 4Xp4jx14bfz1SGG9; Wed, 13 Nov 2024 09:01:41 +0800 (CST) Received: from dggemv704-chm.china.huawei.com (unknown [10.3.19.47]) by mail.maildlp.com (Postfix) with ESMTPS id 39AB91A016C; Wed, 13 Nov 2024 09:03:31 +0800 (CST) Received: from kwepemn100009.china.huawei.com (7.202.194.112) by dggemv704-chm.china.huawei.com (10.3.19.47) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2507.39; Wed, 13 Nov 2024 09:03:30 +0800 Received: from [10.67.121.59] (10.67.121.59) by kwepemn100009.china.huawei.com (7.202.194.112) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.11; Wed, 13 Nov 2024 09:03:30 +0800 Message-ID: Date: Wed, 13 Nov 2024 09:03:29 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.2.0 Subject: Re: [PATCH v2] power: fix a typo in the PM QoS guide To: Thomas Monjalon CC: , , , , , , References: <20241111125249.9824-1-lihuisong@huawei.com> <20241112083537.19734-1-lihuisong@huawei.com> <20438631.Ash8RoxBsO@thomas> From: "lihuisong (C)" In-Reply-To: <20438631.Ash8RoxBsO@thomas> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [10.67.121.59] X-ClientProxiedBy: dggems702-chm.china.huawei.com (10.3.19.179) To kwepemn100009.china.huawei.com (7.202.194.112) 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 在 2024/11/12 20:55, Thomas Monjalon 写道: > 12/11/2024 09:35, Huisong Li: >> The typo in the guide is hard to understand. Necessary to fix it. >> >> Fixes: dd6fd75bf662 ("power: introduce PM QoS API on CPU wide") >> >> Signed-off-by: Huisong Li >> --- >> --- a/doc/guides/prog_guide/power_man.rst >> +++ b/doc/guides/prog_guide/power_man.rst >> -Some services are latency sensitive and very except the low resume time, >> +Some services are latency sensitive and request a low resume time, >> like interrupt packet receiving mode. > [...] >> --- a/lib/power/rte_power_qos.h >> +++ b/lib/power/rte_power_qos.h >> * The deeper the idle state, the lower the power consumption, but the >> - * longer the resume time. Some service are delay sensitive and very except the >> + * longer the resume time. Some service are delay sensitive and request a >> * low resume time, like interrupt packet receiving mode. > Why not the same as above? "Some services are latency sensitive" will fix it in next version. > > > > > .