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 50F1546DD2; Wed, 27 Aug 2025 13:02:14 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 41FA840292; Wed, 27 Aug 2025 13:02:14 +0200 (CEST) Received: from szxga03-in.huawei.com (szxga03-in.huawei.com [45.249.212.189]) by mails.dpdk.org (Postfix) with ESMTP id 5349A4028E for ; Wed, 27 Aug 2025 13:02:12 +0200 (CEST) Received: from mail.maildlp.com (unknown [172.19.163.174]) by szxga03-in.huawei.com (SkyGuard) with ESMTP id 4cBhMC0HYNzdcft; Wed, 27 Aug 2025 18:57:43 +0800 (CST) Received: from kwepemk500009.china.huawei.com (unknown [7.202.194.94]) by mail.maildlp.com (Postfix) with ESMTPS id 30F23140135; Wed, 27 Aug 2025 19:02:09 +0800 (CST) Received: from [10.67.121.161] (10.67.121.161) by kwepemk500009.china.huawei.com (7.202.194.94) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.11; Wed, 27 Aug 2025 19:02:08 +0800 Message-ID: <83a3c050-7369-4ff4-9b1e-4db6dde1ea25@huawei.com> Date: Wed, 27 Aug 2025 19:02:07 +0800 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 2/2] examples/l3fwd-power: support specify link speed To: Dengdui Huang , CC: , , , , , References: <20250827013106.2453922-1-huangdengdui@huawei.com> <20250827013106.2453922-2-huangdengdui@huawei.com> Content-Language: en-US From: fengchengwen In-Reply-To: <20250827013106.2453922-2-huangdengdui@huawei.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.67.121.161] X-ClientProxiedBy: kwepems100002.china.huawei.com (7.221.188.206) To kwepemk500009.china.huawei.com (7.202.194.94) 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 Reviewed-by: Chengwen Feng On 8/27/2025 9:31 AM, Dengdui Huang wrote: > Currently, l3fwd-power starts in auto-negotiation mode, but it may fail > to link up when auto-negotiation is not supported. Therefore, it is > necessary to support starting with a specified speed for port. > > Additionally, this patch does not support changing the duplex mode. > So speeds like 10M, 100M are not configurable using this method. > > Signed-off-by: Dengdui Huang