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 4A629A0524; Tue, 20 Apr 2021 03:48:38 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AE67B4155C; Tue, 20 Apr 2021 03:48:37 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id E119C41448 for ; Tue, 20 Apr 2021 03:48:35 +0200 (CEST) IronPort-SDR: K6Va7aphv4J/txndOEW3vixdj6KGvAG9K009ko4CV18UkFTNllkTInH5f5BdhYQSXUk7t8O8V6 X0u4LUonTEjw== X-IronPort-AV: E=McAfee;i="6200,9189,9959"; a="174912048" X-IronPort-AV: E=Sophos;i="5.82,235,1613462400"; d="scan'208";a="174912048" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Apr 2021 18:48:33 -0700 IronPort-SDR: sKN740iFUxcbGytRIFW0ZF6TjKIx7/q7k0de39FVIHvuZrX/bs+nwX2trzhGaGMFSCgImvm2P5 42aWlxcdLjgg== X-IronPort-AV: E=Sophos;i="5.82,235,1613462400"; d="scan'208";a="452337363" Received: from agrady-mobl.ger.corp.intel.com (HELO [10.213.224.96]) ([10.213.224.96]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Apr 2021 18:48:33 -0700 To: "Li, Xiaoyun" , "Min Hu (Connor)" , "dev@dpdk.org" 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: Date: Tue, 20 Apr 2021 02:48:29 +0100 MIME-Version: 1.0 In-Reply-To: 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/20/2021 2:34 AM, Li, Xiaoyun wrote: > Hi > >> -----Original Message----- >> From: Min Hu (Connor) >> Sent: Monday, April 19, 2021 16:28 >> To: dev@dpdk.org >> Cc: Yigit, Ferruh ; Li, Xiaoyun >> Subject: [PATCH v2] app/testpmd: support the query of link flow ctrl info >> >> 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) >> --- >> app/test-pmd/cmdline.c | 83 +++++++++++++++++++++++++++++ >> doc/guides/testpmd_app_ug/testpmd_funcs.rst | 7 +++ >> 2 files changed, 90 insertions(+) >> >> 2.7.4 > > Acked-by: Xiaoyun Li > > Applied to dpdk-next-net/main, thanks.