* [dpdk-dev] [PATCH] doc: add meter API change to release notes
@ 2018-04-05 11:49 Jasvinder Singh
2018-04-05 12:03 ` Dumitrescu, Cristian
0 siblings, 1 reply; 3+ messages in thread
From: Jasvinder Singh @ 2018-04-05 11:49 UTC (permalink / raw)
To: dev; +Cc: cristian.dumitrescu
Update the release notes with meter api change to support configuration
profiles.
Signed-off-by: Jasvinder Singh <jasvinder.singh@intel.com>
---
doc/guides/rel_notes/release_18_05.rst | 10 ++++++++++
1 file changed, 10 insertions(+)
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.
=========================================================
+* **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.
ABI Changes
-----------
--
2.9.3
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: add meter API change to release notes
2018-04-05 11:49 [dpdk-dev] [PATCH] doc: add meter API change to release notes Jasvinder Singh
@ 2018-04-05 12:03 ` Dumitrescu, Cristian
2018-04-06 16:51 ` Thomas Monjalon
0 siblings, 1 reply; 3+ messages in thread
From: Dumitrescu, Cristian @ 2018-04-05 12:03 UTC (permalink / raw)
To: Singh, Jasvinder, dev
> -----Original Message-----
> From: Singh, Jasvinder
> Sent: Thursday, April 5, 2018 12:50 PM
> To: dev@dpdk.org
> Cc: Dumitrescu, Cristian <cristian.dumitrescu@intel.com>
> Subject: [PATCH] doc: add meter API change to release notes
>
> Update the release notes with meter api change to support configuration
> profiles.
>
> Signed-off-by: Jasvinder Singh <jasvinder.singh@intel.com>
> ---
> doc/guides/rel_notes/release_18_05.rst | 10 ++++++++++
> 1 file changed, 10 insertions(+)
>
> 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.
> =========================================================
>
> +* **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.
>
> ABI Changes
> -----------
> --
> 2.9.3
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: add meter API change to release notes
2018-04-05 12:03 ` Dumitrescu, Cristian
@ 2018-04-06 16:51 ` Thomas Monjalon
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2018-04-06 16:51 UTC (permalink / raw)
To: Singh, Jasvinder; +Cc: dev, Dumitrescu, Cristian
05/04/2018 14:03, Dumitrescu, Cristian:
> From: Singh, Jasvinder
> >
> > Update the release notes with meter api change to support configuration
> > profiles.
> >
> > Signed-off-by: Jasvinder Singh <jasvinder.singh@intel.com>
> > ---
> > --- 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.
> > =========================================================
> >
> > +* **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.
>
> Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
Applied with a small formatting change:
* meter: updated to accommodate configuration profiles.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-04-06 16:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-05 11:49 [dpdk-dev] [PATCH] doc: add meter API change to release notes Jasvinder Singh
2018-04-05 12:03 ` Dumitrescu, Cristian
2018-04-06 16:51 ` Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).