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 B20DCA0547; Wed, 21 Apr 2021 14:09:01 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 757AA41A8F; Wed, 21 Apr 2021 14:09:01 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id EA5BF41A72 for ; Wed, 21 Apr 2021 14:08:59 +0200 (CEST) IronPort-SDR: pPtzyUQtJ84U6yD6Egtc4d/8WhfmesDjHQmC4C71RFN3NAPvQtGsordARgTxUeFoMbR1NlDouY auPVKlk0AKqw== X-IronPort-AV: E=McAfee;i="6200,9189,9960"; a="182816525" X-IronPort-AV: E=Sophos;i="5.82,238,1613462400"; d="scan'208";a="182816525" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Apr 2021 05:08:58 -0700 IronPort-SDR: W2Ro9o0gdmCZR1Q+eIlHLoHtX3FDPN82nH1A+wa0kHI5UuqE1wSOXgYVEZH6NILLQuoxbp4nM9 u32QzM7qYxHw== X-IronPort-AV: E=Sophos;i="5.82,238,1613462400"; d="scan'208";a="455318510" 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 05:08:57 -0700 To: "Min Hu (Connor)" , dev@dpdk.org Cc: xiaoyun.li@intel.com References: <1618975499-58463-1-git-send-email-humin29@huawei.com> From: Ferruh Yigit X-User: ferruhy Message-ID: Date: Wed, 21 Apr 2021 13:08:53 +0100 MIME-Version: 1.0 In-Reply-To: <1618975499-58463-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] app/testpmd: support display queue state 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 4:24 AM, Min Hu (Connor) wrote: > From: Chengwen Feng > > This patch supports display queue state in "show rxq/txq" commands. > > Signed-off-by: Chengwen Feng > Signed-off-by: Min Hu (Connor) Reviewed-by: Ferruh Yigit Applied to dpdk-next-net/main, thanks.