From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 961AB2BC8 for ; Wed, 10 Jan 2018 00:57:20 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id E491620CDC; Tue, 9 Jan 2018 18:57:19 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Tue, 09 Jan 2018 18:57:19 -0500 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=PJhlQrf3MnPMy2Mq35wBdnM562 uTGuPJvrDV8mCrGOk=; b=QdVaXBqLP3l3P1rBh1M9x6OXGOXL4ma7Knzw+3QI/r JZBDanStttGXAJLBOS4giKE105vZCo8YclD8bCwc6e3NN34VjVmxyr7lZ9rx9UjW woKJbn/ivkpvU2S+nWkdn+5Z2ASzNtjB7wTLPhFHWoIEnNSZxplwJDa38jxh4DSv I= 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=PJhlQr f3MnPMy2Mq35wBdnM562uTGuPJvrDV8mCrGOk=; b=kUzt0lNzkDX+opoWrU5PEE DWIbC9enRPxwc0X87domwG4GtSPNyf76vF0RoBVFSmk0YVuRQwrssO+qtRqek5L1 xqzb+HdcsZzXhEYzdWA6/gYT38dRIz3uNbL5tsJUHiUlQCBOwYUAU4w86mSLjsmv zwGAis0x2p1fYiUMibSy92IAZxMcsNLRjxrw+HmZy7GQ5Tj6k1+wAQzoe5WsoW0f FilRUba4FMeQEoVNXSx3zwL54kT3LO8Cltr5u02DxKi4C0/0U6Ez6oigR3YDtplc eNrsbCAYXIW3MEZ5xlNndd0FsG5qObuAWRVx3uz5Rr2GRQ1oT36jtb/z9QET7f6A == 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 9487324599; Tue, 9 Jan 2018 18:57:19 -0500 (EST) From: Thomas Monjalon To: "Singh, Jasvinder" Cc: dev@dpdk.org, "Wu, Jingjing" , "Dumitrescu, Cristian" , "Mcnamara, John" Date: Wed, 10 Jan 2018 00:56:54 +0100 Message-ID: <6243772.A0sVRnlx9u@xps> In-Reply-To: <9BB6961774997848B5B42BEC655768F810EF8B9E@SHSMSX103.ccr.corp.intel.com> References: <20171120163920.70660-1-jasvinder.singh@intel.com> <9BB6961774997848B5B42BEC655768F810EF8B9E@SHSMSX103.ccr.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 1/3] app/testpmd: metering and policing CLI clean up 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, 09 Jan 2018 23:57:20 -0000 > > This patch updates the metering and policing CLIs as follows: > > - change name of set port meter CLI to create port meter and add meter > > enable option, dscp table entries arguments, action mask, policer actions > > and previous meter color option as an input color > > - set the right metering algorithm in add meter profile CLIs related to > > srtcm(rfc2697) and trtcm(rfc2698,rfc4115) > > - change clear flag type from uint32_t to string in show meter stats CLI > > > > Signed-off-by: Jasvinder Singh > Acked-by: Jingjing Wu Series applied, thanks