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 BBA692BF5 for ; Sun, 7 Jan 2018 15:37:43 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Jan 2018 06:37:42 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,326,1511856000"; d="scan'208";a="192906856" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga005.fm.intel.com with ESMTP; 07 Jan 2018 06:37:42 -0800 Received: from fmsmsx120.amr.corp.intel.com (10.18.124.208) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 7 Jan 2018 06:37:42 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx120.amr.corp.intel.com (10.18.124.208) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 7 Jan 2018 06:37:42 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.213]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.218]) with mapi id 14.03.0319.002; Sun, 7 Jan 2018 22:37:39 +0800 From: "Wu, Jingjing" To: "Singh, Jasvinder" , "dev@dpdk.org" CC: "Dumitrescu, Cristian" , "Mcnamara, John" Thread-Topic: [PATCH 2/3] app/testpmd: add CLI for metering and policing API Thread-Index: AQHTYhxZoTE3TjfWfUWXniUms1bCyKNoxb9w Date: Sun, 7 Jan 2018 14:37:39 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F810EF8BEB@SHSMSX103.ccr.corp.intel.com> References: <20171120163920.70660-1-jasvinder.singh@intel.com> <20171120163920.70660-2-jasvinder.singh@intel.com> In-Reply-To: <20171120163920.70660-2-jasvinder.singh@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYTlmYTI2YTItMGIzOC00MGE2LTgzNTYtZjBiOTVhZWM2NzQ5IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IktoQm9tK1E3N2ZKcmhOTHd0UktFTldxcWdaTjRlRzJwS3hGWlhUZmIxR1k9In0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 2/3] app/testpmd: add CLI for metering and policing API 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: Sun, 07 Jan 2018 14:37:44 -0000 > -----Original Message----- > From: Singh, Jasvinder > Sent: Tuesday, November 21, 2017 12:39 AM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian ; Wu, Jingjing > ; Mcnamara, John > Subject: [PATCH 2/3] app/testpmd: add CLI for metering and policing API >=20 > Add following CLIs to testpmd application; > - show port metering and policing capabilities. > - enable/disable meter of the MTR object. > - update the MTR object dscp table entries. >=20 > Signed-off-by: Jasvinder Singh Acked-by: Jingjing Wu