From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 18D291B1EF for ; Mon, 8 Oct 2018 18:08:22 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Oct 2018 09:08:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,357,1534834800"; d="scan'208";a="79718649" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by orsmga008.jf.intel.com with ESMTP; 08 Oct 2018 09:08:19 -0700 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.56]) by IRSMSX104.ger.corp.intel.com ([169.254.5.213]) with mapi id 14.03.0319.002; Mon, 8 Oct 2018 17:08:18 +0100 From: "Dumitrescu, Cristian" To: "Singh, Jasvinder" , "dev@dpdk.org" CC: "Lu, Wenzhuo" , "Wu, Jingjing" , "Iremonger, Bernard" Thread-Topic: [dpdk-dev] [PATCH] app/testpmd: fix metering and policing cli command Thread-Index: AQHUSnd9s9AFjfVsR0iM0sc5xn0RBqUVrRxA Date: Mon, 8 Oct 2018 16:08:17 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891268E7D5FDA@IRSMSX107.ger.corp.intel.com> References: <20180912090202.124518-1-jasvinder.singh@intel.com> In-Reply-To: <20180912090202.124518-1-jasvinder.singh@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiN2JiNTI2YzctNGYwZi00ZTc1LWJmZjgtOWRkNTE4ZGZkNWU3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiV0pwUm5PenIxNVBVTlpMMVwvUHV1bFwvcEV3TllXSkExak9FVXJKYzVTNGJtall6ZDhiMEhVM1JoYUtVMHIyWUlPIn0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] app/testpmd: fix metering and policing cli command 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: Mon, 08 Oct 2018 16:08:23 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Jasvinder Singh > Sent: Wednesday, September 12, 2018 10:02 AM > To: dev@dpdk.org > Cc: Lu, Wenzhuo ; Wu, Jingjing > ; Iremonger, Bernard > > Subject: [dpdk-dev] [PATCH] app/testpmd: fix metering and policing cli > command >=20 > Fixes bad arguments error for cli commands related to adding > meter profile for srtcm_rfc2697, trtcm_rfc2698 and trtcm_rfc4115. >=20 > error log: > testpmd> add port meter profile trtcm_rfc2698 2 0 3125000000 3125000000 > 2500000 2500000 > Bad arguments >=20 > Fixes: 30ffb4e67ee3 ("app/testpmd: add commands traffic metering and > policing") >=20 > Signed-off-by: Jasvinder Singh > --- > app/test-pmd/cmdline_mtr.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) >=20 Acked-by: Cristian Dumitrescu Applied to next-qos tree, thanks!