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 364C0A0547; Wed, 21 Apr 2021 13:37:05 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1F10A41A94; Wed, 21 Apr 2021 13:37:05 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id DD42A41A92 for ; Wed, 21 Apr 2021 13:37:03 +0200 (CEST) IronPort-SDR: zNy/GWZ5G2Z40q2oiuqBZDpQvNVehHj8olr5xFjMrRLSfKayb1Qr8K2P9SAIqiQTsQMhbXrQIW w+RXPSK4tMkQ== X-IronPort-AV: E=McAfee;i="6200,9189,9960"; a="216322406" X-IronPort-AV: E=Sophos;i="5.82,238,1613462400"; d="scan'208";a="216322406" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Apr 2021 04:37:02 -0700 IronPort-SDR: dxbOBHiMGV7FdqLZqDi0V8dbZDHhnOtiXhzoYOhw/F+FVXZOosAQLZYsamPxGPwOji13Hhu7Bi 83oj54BggQZA== X-IronPort-AV: E=Sophos;i="5.82,238,1613462400"; d="scan'208";a="455310331" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.206.218]) ([10.213.206.218]) by fmsmga002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Apr 2021 04:37:01 -0700 To: Kevin Traynor , "Min Hu (Connor)" , dev@dpdk.org Cc: xiaoyun.li@intel.com References: <1618469214-35316-1-git-send-email-humin29@huawei.com> <1618998091-36162-1-git-send-email-humin29@huawei.com> <691afaf8-1f6d-416a-d377-382cae600200@redhat.com> From: Ferruh Yigit X-User: ferruhy Message-ID: <6933ab1a-c7bc-a6f6-bcc9-d1459f3e8b1a@intel.com> Date: Wed, 21 Apr 2021 12:36:58 +0100 MIME-Version: 1.0 In-Reply-To: <691afaf8-1f6d-416a-d377-382cae600200@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v3] 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/21/2021 12:12 PM, Kevin Traynor wrote: > On 21/04/2021 10:41, 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) > > Thanks Connor, > Acked-by: Kevin Traynor > Carrying Xiaoyun's ack from previous version: Acked-by: Xiaoyun Li Applied to dpdk-next-net/main, thanks. >> @@ -1524,6 +1524,13 @@ Where: >> >> * ``autoneg``: Change the auto-negotiation parameter. >> >> +show flow ctrl >> +~~~~~~~~~~~~~~ >> + Expanded to "show flow control" while merging.