aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2022-07-14 11:10:42 +0300
committerMatias Elo <matias.elo@nokia.com>2022-07-14 17:34:40 +0300
commitaca79b03168b462c7197a02dae08f815f2f975a4 (patch)
tree845bd69316e241e4a48343384203407c8a1248f2
parent4466c46fb265d550fde88dc94554021da5de5fd0 (diff)
api: increment ODP API version to 1.37.2v1.37.2.0
Increment API version number to reflect the following changes: Backward compatible: - cpumask: allow usage of NULL pointer with odp_cpumask_default_worker() and odp_cpumask_default_control() calls - cpumask: clarify odp_cpumask_default_worker() and odp_cpumask_default_control() specifications - pktio: specify that interfaces that support promiscuous mode set operation have promiscuous mode disabled by default - pool: add new statistics counters for reading per thread pool cache usage - stash: add odp_stash_print() function for printing implementation specific debug information to the ODP log - stash: add statistics counters to stash API Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Tuomas Taipale <tuomas.taipale@nokia.com>
-rw-r--r--CHANGELOG25
-rw-r--r--configure.ac2
2 files changed, 26 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index c7ba13418..84d7effb5 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,28 @@
+== OpenDataPlane (1.37.2.0)
+
+=== Backward compatible API changes
+==== CPU Mask
+* Allow usage of NULL pointer with `odp_cpumask_default_worker()` and
+`odp_cpumask_default_control()` calls. This enables applications to check the
+number of worker/control CPUs without allocating a temporary mask.
+* Clarify `odp_cpumask_default_worker()` and `odp_cpumask_default_control()`
+specifications to mention that system may allow usage of other CPUs as well.
+
+==== Packet IO
+* Specify that interfaces that support promiscuous mode set operation have
+promiscuous mode disabled by default.
+
+==== Pool
+* Add new statistics counters (`odp_pool_stats_t.thread.cache_available`) for
+reading per thread pool cache usage.
+
+==== Stash
+* Add `odp_stash_print()` function for printing implementation specific debug
+information to the ODP log.
+* Add statistics counters to stash API. Counter support is defined by stash
+capabilities (`odp_stash_capability_t.stats`). Supported counters can be enabled
+in `odp_stash_create()` and read with `odp_stash_stats()`.
+
== OpenDataPlane (1.37.1.0)
=== Backward compatible API changes
diff --git a/configure.ac b/configure.ac
index c25270627..85974ae2a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_PREREQ([2.5])
##########################################################################
m4_define([odp_version_generation], [1])
m4_define([odp_version_major], [37])
-m4_define([odp_version_minor], [1])
+m4_define([odp_version_minor], [2])
m4_define([odp_version_patch], [0])
m4_define([odp_version_api],