From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 7244B1B3A9 for ; Thu, 12 Oct 2017 22:55:45 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id F159821836; Thu, 12 Oct 2017 16:55:44 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Thu, 12 Oct 2017 16:55:44 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=50lIs9e7gO+tTJr2g8BXiDkB99 epcRfN0W8KAfwGmvA=; b=Tr52wkPsZKl45bxnh2zk4r43VTsmE99F0BMct86JJ/ 2lGf9P2GHZ8GRkDjfZLIRDezy4AYUpIyfbd/+hPM4iCgHf+I4ZLafIPLIp3b32iN WMt4U1il47YpqyCEJXHWeh0y1mv3GHmBjzwP/0Adm3TDyw0F0R4aI3y3GYKce39O U= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=50lIs9 e7gO+tTJr2g8BXiDkB99epcRfN0W8KAfwGmvA=; b=OJrlIttOBvXD12myW2P3lz 9Yqg9R1Z+oLMgq4mk4zmK97a86dCHaNIPfC9es963dzDl9rkv4RBL5CLsnlRVI0d iQh8/zcWihUSY+adC+deYq/AG5yXIXwARMcMbGShTmUIP7L0/TIPvmiL8mq5CZdD bzGNK/aBV9Gpj4woYaztfm6yfXG5hTvq25uVGEnczUeHlEDSY9iiSr1BjRhZBvp4 uxB8SK4b/+cVqqHaic3IUqECiTfQI/HSLFdvSGNmd6WNXWNU9Fh9bAN1C10lOOP3 weIuLU4aXHr/u9NK8UQ0b/GGSF8unr6M4cnYud24GEfb1+WOTvoxmUfloGN/Bv0Q == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id A8917247A8; Thu, 12 Oct 2017 16:55:44 -0400 (EDT) From: Thomas Monjalon To: jingjing.wu@intel.com Cc: dev@dpdk.org, Jasvinder Singh , cristian.dumitrescu@intel.com, pablo.de.lara.guarch@intel.com, yulong.pei@intel.com Date: Thu, 12 Oct 2017 22:55:43 +0200 Message-ID: <14941935.6cMBQE3bkv@xps> In-Reply-To: <20171011092612.13369-1-jasvinder.singh@intel.com> References: <20171009190750.6697-1-jasvinder.singh@intel.com> <20171011092612.13369-1-jasvinder.singh@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v7 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: Thu, 12 Oct 2017 20:55:45 -0000 Jingjing, please could you review this series? Thanks 11/10/2017 11:26, Jasvinder Singh: > 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 > Acked-by: Cristian Dumitrescu