From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 7EF2FB62 for ; 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" To: Tomasz Duszynski , "dev@dpdk.org" CC: "Lu, Wenzhuo" , "Wu, Jingjing" , "Singh, Jasvinder" 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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 ; Wu, Jingjing > ; Singh, Jasvinder ; > Tomasz Duszynski > 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 > Reviewed-by: Jasvinder Singh > --- Acked-by: Cristian Dumitrescu Applied to next-qos tree, thanks!