From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id A11BBA04BC; Fri, 9 Oct 2020 13:05:44 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8E3B81D380; Fri, 9 Oct 2020 13:05:42 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 161BC1C2DE for ; Fri, 9 Oct 2020 13:05:40 +0200 (CEST) IronPort-SDR: S6Go7Llj/gI7R6v2YCzJCiBudWUnGDLNq8uqBFmHDUxcvDWKsr9OKF1E1iGabnfqjoMBduqFtz rfV/3OPtOdbg== X-IronPort-AV: E=McAfee;i="6000,8403,9768"; a="162009368" X-IronPort-AV: E=Sophos;i="5.77,354,1596524400"; d="scan'208";a="162009368" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Oct 2020 04:05:38 -0700 IronPort-SDR: VmatmewwMNHVq/lebN08R2F+m+oVKNgiyhdAjJIzKSeGijwgLQVrShHg864KpQbvoDx7q+voZC Tl+onVlmed7g== X-IronPort-AV: E=Sophos;i="5.77,354,1596524400"; d="scan'208";a="528883573" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.252.18.7]) ([10.252.18.7]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Oct 2020 04:05:36 -0700 To: "Min Hu (Connor)" , dev@dpdk.org Cc: konstantin.ananyev@intel.com, thomas@monjalon.net, arybchenko@solarflare.com, linuxarm@huawei.com References: <1602215119-64740-1-git-send-email-humin29@huawei.com> From: Ferruh Yigit Message-ID: <88f47e57-9043-8e0c-7e8c-c3eada366294@intel.com> Date: Fri, 9 Oct 2020 12:05:32 +0100 MIME-Version: 1.0 In-Reply-To: <1602215119-64740-1-git-send-email-humin29@huawei.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH] app/testpmd: fix transmission from speed to str X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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 10/9/2020 4:45 AM, Min Hu (Connor) wrote: > This patch uses a new 'rte_eth_link_speed_to_str()' API in the > ethdev which enables removing above global 'eth_speed_name' array [1]. > > Fixes: 466c55e4d85b ("app/testpmd: add FEC command") > > Signed-off-by: Min Hu (Connor) > Squashed into relevant commit in next-net, thanks.