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 33AE0A0524; Tue, 20 Apr 2021 02:10:42 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 182BA41448; Tue, 20 Apr 2021 02:10:42 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 68F4F40685 for ; Tue, 20 Apr 2021 02:10:40 +0200 (CEST) IronPort-SDR: UI3PFNgNGeqVWtArh7p+OueZpwUPjofoKq4nwrMHWzkw8sJgAXSsTmeaZOtKfCeMvTl+5QyPgJ n7I+SlhKsnfw== X-IronPort-AV: E=McAfee;i="6200,9189,9959"; a="194975341" X-IronPort-AV: E=Sophos;i="5.82,235,1613462400"; d="scan'208";a="194975341" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Apr 2021 17:10:37 -0700 IronPort-SDR: g2WFmGKXdgqVGMLjheCZC7BV6zvjLyPW7uJ2dcDnGplXOV1tFcbPMFRfVByfHjwqXDz6BicIkD HHBVJod7/UuQ== X-IronPort-AV: E=Sophos;i="5.82,235,1613462400"; d="scan'208";a="462915959" 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 17:10:36 -0700 To: "Min Hu (Connor)" , dev@dpdk.org Cc: xiaoyun.li@intel.com References: <1618469214-35316-1-git-send-email-humin29@huawei.com> <1618820898-8531-1-git-send-email-humin29@huawei.com> From: Ferruh Yigit X-User: ferruhy Message-ID: <82cd213e-f6ee-e373-f8fd-9f0e9363417e@intel.com> Date: Tue, 20 Apr 2021 01:10:32 +0100 MIME-Version: 1.0 In-Reply-To: <1618820898-8531-1-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 v2] app/testpmd: support the query of link flow ctrl info 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 9:28 AM, Min Hu (Connor) wrote: > From: Huisong Li > > This patch supports the query of the link flow control parameter > on a port. > > The command format is as follows: > show port flow_ctrl > > Signed-off-by: Huisong Li > Signed-off-by: Min Hu (Connor) Reviewed-by: Ferruh Yigit