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 0800845491; Thu, 20 Jun 2024 04:24:43 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E3B9D4279A; Thu, 20 Jun 2024 04:24:42 +0200 (CEST) Received: from szxga08-in.huawei.com (szxga08-in.huawei.com [45.249.212.255]) by mails.dpdk.org (Postfix) with ESMTP id 8D3DE402D0 for ; Thu, 20 Jun 2024 04:24:41 +0200 (CEST) Received: from mail.maildlp.com (unknown [172.19.163.48]) by szxga08-in.huawei.com (SkyGuard) with ESMTP id 4W4PN773p9z1N8R0; Thu, 20 Jun 2024 10:20:23 +0800 (CST) Received: from kwepemm600004.china.huawei.com (unknown [7.193.23.242]) by mail.maildlp.com (Postfix) with ESMTPS id B22E918007A; Thu, 20 Jun 2024 10:24:39 +0800 (CST) Received: from [10.67.121.59] (10.67.121.59) by kwepemm600004.china.huawei.com (7.193.23.242) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2507.39; Thu, 20 Jun 2024 10:24:39 +0800 Message-ID: Date: Thu, 20 Jun 2024 10:24:38 +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 v3 2/2] examples/l3fwd-power: add PM QoS configuration To: Stephen Hemminger CC: , , , , , , , , References: <20240320105529.5626-1-lihuisong@huawei.com> <20240619063144.20733-1-lihuisong@huawei.com> <20240619063144.20733-3-lihuisong@huawei.com> <20240619075423.7b9cb76d@hermes.local> From: "lihuisong (C)" In-Reply-To: <20240619075423.7b9cb76d@hermes.local> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [10.67.121.59] X-ClientProxiedBy: dggems705-chm.china.huawei.com (10.3.19.182) To kwepemm600004.china.huawei.com (7.193.23.242) 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/6/19 22:54, Stephen Hemminger 写道: > On Wed, 19 Jun 2024 14:31:44 +0800 > Huisong Li wrote: > >> + /* >> + * Set the work CPU with strict latency limit to allow the >> + * process running on the CPU can only enter the shallowest >> + * idle state. >> + */ > Wording of that comment is awkward to read. > > Suggest: > > Set the worker lcore's to have strict latency limit to allow the > CPU to enter the shallowest idle state. Ack. Thanks for your suggestion. > .