doc: add meter API change to release notes
authorJasvinder Singh <jasvinder.singh@intel.com>
Thu, 5 Apr 2018 11:49:59 +0000 (12:49 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 6 Apr 2018 16:50:43 +0000 (18:50 +0200)
Update the release notes with meter api change to support configuration
profiles.

Signed-off-by: Jasvinder Singh <jasvinder.singh@intel.com>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
doc/guides/rel_notes/release_18_05.rst

index e5fac1c..abc1c17 100644 (file)
@@ -72,6 +72,17 @@ API Changes
    Also, make sure to start the actual text at the margin.
    =========================================================
 
+* meter: updated to accommodate 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
 -----------