From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 3864AA49A for ; Thu, 11 Jan 2018 14:54:03 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Jan 2018 05:54:02 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,344,1511856000"; d="scan'208";a="18433761" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by FMSMGA003.fm.intel.com with ESMTP; 11 Jan 2018 05:54:01 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.167]) by IRSMSX109.ger.corp.intel.com ([169.254.13.28]) with mapi id 14.03.0319.002; Thu, 11 Jan 2018 13:54:00 +0000 From: "Dumitrescu, Cristian" To: "Singh, Jasvinder" , "dev@dpdk.org" Thread-Topic: [PATCH v4] lib/librte_meter: add meter configuration profile Thread-Index: AQHTiJW9ZnfeSvd4zUGDf0Nl5ybdEqNutdGw Date: Thu, 11 Jan 2018 13:54:00 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891267BAFBB7A@IRSMSX108.ger.corp.intel.com> References: <20180108100044.38368-2-jasvinder.singh@intel.com> <20180108154356.44765-1-jasvinder.singh@intel.com> In-Reply-To: <20180108154356.44765-1-jasvinder.singh@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v4] lib/librte_meter: add meter configuration profile 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, 11 Jan 2018 13:54:04 -0000 > -----Original Message----- > From: Singh, Jasvinder > Sent: Monday, January 8, 2018 3:44 PM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian > Subject: [PATCH v4] lib/librte_meter: add meter configuration profile >=20 > From: Cristian Dumitrescu >=20 > This patch adds support for meter configuration profiles. > Benefits: simplified configuration procedure, improved performance. >=20 ... >=20 > Signed-off-by: Cristian Dumitrescu > Signed-off-by: Jasvinder Singh > --- > V4: > - change commit message >=20 Applied to next-qos tree.