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 8FAC6A0579; Tue, 20 Apr 2021 00:52:29 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 089BC41448; Tue, 20 Apr 2021 00:52:29 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 8D81240685 for ; Tue, 20 Apr 2021 00:52:26 +0200 (CEST) IronPort-SDR: 36PEl71no49b+i/ttdd/EDQZlPChZbWrsOORE0LZ5WH6rngu9mWF0i+irjIIC6R8URtJLKI5Vc Ue4Ssp41fLZQ== X-IronPort-AV: E=McAfee;i="6200,9189,9959"; a="182904237" X-IronPort-AV: E=Sophos;i="5.82,235,1613462400"; d="scan'208";a="182904237" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Apr 2021 15:52:25 -0700 IronPort-SDR: s+hFG6RUBPJPDqER/Umspdtm7LIwsg3Vthv+SpBJ6ouijyI+OkYsA3aWI1MYqw0KUIpSayPK0+ q1mCJEPjT3HA== X-IronPort-AV: E=Sophos;i="5.82,235,1613462400"; d="scan'208";a="462897553" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.220.224]) ([10.213.220.224]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Apr 2021 15:52:24 -0700 To: "Min Hu (Connor)" , dev@dpdk.org Cc: xiaoyun.li@intel.com References: <1618813303-32945-1-git-send-email-humin29@huawei.com> <1618813303-32945-3-git-send-email-humin29@huawei.com> From: Ferruh Yigit X-User: ferruhy Message-ID: <9920add0-7411-150a-6b54-21d0f1def3cf@intel.com> Date: Mon, 19 Apr 2021 23:52:20 +0100 MIME-Version: 1.0 In-Reply-To: <1618813303-32945-3-git-send-email-humin29@huawei.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 2/2] app/testpmd: fix link speed for a specified port 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 4/19/2021 7:21 AM, Min Hu (Connor) wrote: > From: Huisong Li > > When we use the following cmd to modify the link speed of specified > port: "port config speed xxx duplex xxx", we have to stop > all ports. It's not necessary. > > Fixes: 82113036e4e5 ("ethdev: redesign link speed config") > Cc: stable@dpdk.org > > Signed-off-by: Huisong Li > Signed-off-by: Min Hu (Connor) Acked-by: Ferruh Yigit