From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <cristian.dumitrescu@intel.com>
Received: from mga04.intel.com (mga04.intel.com [192.55.52.120])
 by dpdk.org (Postfix) with ESMTP id 1C0C61B23B
 for <dev@dpdk.org>; Fri, 20 Oct 2017 16:08:21 +0200 (CEST)
Received: from orsmga004.jf.intel.com ([10.7.209.38])
 by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;
 20 Oct 2017 07:08:20 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.43,405,1503385200"; d="scan'208";a="140416820"
Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31])
 by orsmga004.jf.intel.com with ESMTP; 20 Oct 2017 07:08:19 -0700
Received: from irsmsx108.ger.corp.intel.com ([169.254.11.167]) by
 IRSMSX106.ger.corp.intel.com ([169.254.8.36]) with mapi id 14.03.0319.002;
 Fri, 20 Oct 2017 15:08:18 +0100
From: "Dumitrescu, Cristian" <cristian.dumitrescu@intel.com>
To: "Wu, Jingjing" <jingjing.wu@intel.com>, "Singh, Jasvinder"
 <jasvinder.singh@intel.com>, "dev@dpdk.org" <dev@dpdk.org>
CC: "Pei, Yulong" <yulong.pei@intel.com>
Thread-Topic: [PATCH v10 1/3] app/test-pmd: add CLI for TM capability and stats
Thread-Index: AQHTRq6M79hjCpEUekKFtVVyCjOhqKLnqjyAgAUh/pA=
Date: Fri, 20 Oct 2017 14:08:17 +0000
Message-ID: <3EB4FA525960D640B5BDFFD6A3D891267BAD65E9@IRSMSX108.ger.corp.intel.com>
References: <20171014102025.101462-1-jasvinder.singh@intel.com>
 <20171016185510.20071-1-jasvinder.singh@intel.com>
 <9BB6961774997848B5B42BEC655768F810E97F79@SHSMSX103.ccr.corp.intel.com>
In-Reply-To: <9BB6961774997848B5B42BEC655768F810E97F79@SHSMSX103.ccr.corp.intel.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [163.33.239.182]
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 <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 20 Oct 2017 14:08:22 -0000

>=20
> > -----Original Message-----
> > From: Singh, Jasvinder
> > Sent: Tuesday, October 17, 2017 2:55 AM
> > To: dev@dpdk.org
> > Cc: Dumitrescu, Cristian <cristian.dumitrescu@intel.com>; Wu, Jingjing
> > <jingjing.wu@intel.com>; Pei, Yulong <yulong.pei@intel.com>
> > Subject: [PATCH v10 1/3] app/test-pmd: add CLI for TM capability and st=
ats
> >
> > 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
> >
> > Signed-off-by: Jasvinder Singh <jasvinder.singh@intel.com>
> > Tested-by: Yulong Pei <yulong.pei@intel.com>
> > Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
> > ---
>=20
> Series Acked-by: Jingjing Wu <jingjing.wu@intel.com>
>=20
> Thanks
> Jingjing

Series applied to next-tm tree, thanks!