From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 906921CB71 for ; Thu, 5 Apr 2018 14:03:36 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Apr 2018 05:03:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,411,1517904000"; d="scan'208";a="31778353" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by orsmga006.jf.intel.com with ESMTP; 05 Apr 2018 05:03:34 -0700 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by IRSMSX103.ger.corp.intel.com (163.33.3.157) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 5 Apr 2018 13:03:33 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.155]) by irsmsx155.ger.corp.intel.com ([169.254.14.50]) with mapi id 14.03.0319.002; Thu, 5 Apr 2018 13:03:33 +0100 From: "Dumitrescu, Cristian" To: "Singh, Jasvinder" , "dev@dpdk.org" Thread-Topic: [PATCH] doc: add meter API change to release notes Thread-Index: AQHTzNQ+x5IpT770T0eAazEyJJrLcaPyEnUQ Date: Thu, 5 Apr 2018 12:03:32 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891267BB3B5F8@IRSMSX108.ger.corp.intel.com> References: <20180405114959.96952-1-jasvinder.singh@intel.com> In-Reply-To: <20180405114959.96952-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.200.100 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] doc: add meter API change to release notes 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, 05 Apr 2018 12:03:37 -0000 > -----Original Message----- > From: Singh, Jasvinder > Sent: Thursday, April 5, 2018 12:50 PM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian > Subject: [PATCH] doc: add meter API change to release notes >=20 > Update the release notes with meter api change to support configuration > profiles. >=20 > Signed-off-by: Jasvinder Singh > --- > doc/guides/rel_notes/release_18_05.rst | 10 ++++++++++ > 1 file changed, 10 insertions(+) >=20 > diff --git a/doc/guides/rel_notes/release_18_05.rst > b/doc/guides/rel_notes/release_18_05.rst > index e5fac1c..34222cd 100644 > --- a/doc/guides/rel_notes/release_18_05.rst > +++ b/doc/guides/rel_notes/release_18_05.rst > @@ -72,6 +72,16 @@ API Changes > Also, make sure to start the actual text at the margin. > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D >=20 > +* **Meter API updated to accomodate configuration profiles.** > + > + The meter API is changed to support meter configuration profiles. The > + configuration profile represents the set of configuration parameters > + for a given meter object, such as the rates and sizes for the token > + buckets. These configuration parameters were previously the part of > meter > + object internal data strcuture. The separation of the configuration > + parameters from meter object data structure results in reducing its > + memory footprint which helps in better cache utilization when large > number > + of meter objects are used. >=20 > ABI Changes > ----------- > -- > 2.9.3 Acked-by: Cristian Dumitrescu