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 7EF2FB62
 for <dev@dpdk.org>; Fri,  4 May 2018 16:49:03 +0200 (CEST)
X-Amp-Result: SKIPPED(no attachment in message)
X-Amp-File-Uploaded: False
Received: from fmsmga002.fm.intel.com ([10.253.24.26])
 by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;
 04 May 2018 07:49:01 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.49,362,1520924400"; d="scan'208";a="43115453"
Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159])
 by fmsmga002.fm.intel.com with ESMTP; 04 May 2018 07:49:00 -0700
Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by
 IRSMSX104.ger.corp.intel.com (163.33.3.159) with Microsoft SMTP Server (TLS)
 id 14.3.319.2; Fri, 4 May 2018 15:47:59 +0100
Received: from irsmsx108.ger.corp.intel.com ([169.254.11.150]) by
 irsmsx111.ger.corp.intel.com ([169.254.2.47]) with mapi id 14.03.0319.002;
 Fri, 4 May 2018 15:47:59 +0100
From: "Dumitrescu, Cristian" <cristian.dumitrescu@intel.com>
To: Tomasz Duszynski <tdu@semihalf.com>, "dev@dpdk.org" <dev@dpdk.org>
CC: "Lu, Wenzhuo" <wenzhuo.lu@intel.com>, "Wu, Jingjing"
 <jingjing.wu@intel.com>, "Singh, Jasvinder" <jasvinder.singh@intel.com>
Thread-Topic: [dpdk-dev] [PATCH v2 2/2] app/testpmd: add command to resume a
 TM	node
Thread-Index: AQHTqVXaA28viJ7OW0mT3jNcAeDErKQgGwog
Date: Fri, 4 May 2018 14:47:58 +0000
Message-ID: <3EB4FA525960D640B5BDFFD6A3D891267BB65B85@IRSMSX108.ger.corp.intel.com>
References: <1517477799-18946-1-git-send-email-tdu@semihalf.com>
 <1519026379-7924-1-git-send-email-tdu@semihalf.com>
 <1519026379-7924-3-git-send-email-tdu@semihalf.com>
In-Reply-To: <1519026379-7924-3-git-send-email-tdu@semihalf.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
dlp-product: dlpe-windows
dlp-version: 11.0.200.100
dlp-reaction: no-action
x-originating-ip: [163.33.239.180]
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Subject: Re: [dpdk-dev] [PATCH v2 2/2] app/testpmd: add command to resume a
 TM	node
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://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: <https://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 04 May 2018 14:49:03 -0000



> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Tomasz Duszynski
> Sent: Monday, February 19, 2018 7:46 AM
> To: dev@dpdk.org
> Cc: Lu, Wenzhuo <wenzhuo.lu@intel.com>; Wu, Jingjing
> <jingjing.wu@intel.com>; Singh, Jasvinder <jasvinder.singh@intel.com>;
> Tomasz Duszynski <tdu@semihalf.com>
> Subject: [dpdk-dev] [PATCH v2 2/2] app/testpmd: add command to resume a
> TM node
>=20
> Traffic manager provides an API for resuming
> an arbitrary node in a hierarchy.
>=20
> This commit adds support for calling this API
> from testpmd.
>=20
> Signed-off-by: Tomasz Duszynski <tdu@semihalf.com>
> Reviewed-by: Jasvinder Singh <jasvinder.singh@inel.com>
> ---

Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>

Applied to next-qos tree, thanks!