From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id BDEC11B7BE for ; Tue, 17 Oct 2017 10:45:01 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Oct 2017 01:44:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,389,1503385200"; d="scan'208";a="139200475" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga004.jf.intel.com with ESMTP; 17 Oct 2017 01:44:57 -0700 Received: from fmsmsx116.amr.corp.intel.com (10.18.116.20) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 17 Oct 2017 01:44:57 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx116.amr.corp.intel.com (10.18.116.20) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 17 Oct 2017 01:44:57 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.213]) by shsmsx102.ccr.corp.intel.com ([169.254.2.175]) with mapi id 14.03.0319.002; Tue, 17 Oct 2017 16:44:45 +0800 From: "Wu, Jingjing" To: "Singh, Jasvinder" , "dev@dpdk.org" CC: "Dumitrescu, Cristian" , "Pei, Yulong" Thread-Topic: [PATCH v10 1/3] app/test-pmd: add CLI for TM capability and stats Thread-Index: AQHTRq6Mu/fCSndcSkiaTdoWfnhNN6Lnum7A Date: Tue, 17 Oct 2017 08:44:45 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F810E97F79@SHSMSX103.ccr.corp.intel.com> References: <20171014102025.101462-1-jasvinder.singh@intel.com> <20171016185510.20071-1-jasvinder.singh@intel.com> In-Reply-To: <20171016185510.20071-1-jasvinder.singh@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v10 1/3] app/test-pmd: add CLI for TM capability and stats 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: , X-List-Received-Date: Tue, 17 Oct 2017 08:45:02 -0000 > -----Original Message----- > From: Singh, Jasvinder > Sent: Tuesday, October 17, 2017 2:55 AM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian ; Wu, Jingjing > ; Pei, Yulong > Subject: [PATCH v10 1/3] app/test-pmd: add CLI for TM capability and stat= s >=20 > Add following CLIs to testpmd application for device traffic management; > - commands to display TM capability information. > (per port, per hierarchy level and per hierarchy node) > - command to display hiearchy node type > - stats collection >=20 > Signed-off-by: Jasvinder Singh > Tested-by: Yulong Pei > Acked-by: Cristian Dumitrescu > --- Series Acked-by: Jingjing Wu Thanks Jingjing