From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 1/3] app/testpmd: metering and policing CLI clean up Date: Wed, 10 Jan 2018 00:56:54 +0100 Message-ID: <6243772.A0sVRnlx9u@xps> References: <20171120163920.70660-1-jasvinder.singh@intel.com> <9BB6961774997848B5B42BEC655768F810EF8B9E@SHSMSX103.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Wu, Jingjing" , "Dumitrescu, Cristian" , "Mcnamara, John" To: "Singh, Jasvinder" 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) In-Reply-To: <9BB6961774997848B5B42BEC655768F810EF8B9E@SHSMSX103.ccr.corp.intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > 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