aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2021-03-31 13:02:53 +0300
committerMatias Elo <matias.elo@nokia.com>2021-04-01 07:47:00 +0300
commit639f4d5831927a2e10670ebb8f36481a5db1093c (patch)
tree7e6bdc9c6fbb95829b0258fa7aa103cc50bf9a1c
parentb4bccb825234ce9d3d116cfb4446076fb514b408 (diff)
api: increment ODP API version to 1.28.0v1.28.0.0
Increment API version number to reflect the following changes: Backward-incompatible: - New crypto capabilities for defining if a queue type (scheduled/plain) can be used as a crypto completion event destination Backward-compatible: - New packet TX completion event type and related functions - New packet APIs for requesting packet TX completion events - New packet APIS for requesting packet TX drop based on packet age - New odp_cls_print_all() function for printing implementation specific debug information about all classifier rules - New enumerations for ARMv8.7-A, ARMv9.0-A, ARMv9.1-A, and ARMv9.2-A ISA versions Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>
-rw-r--r--CHANGELOG21
-rw-r--r--configure.ac2
2 files changed, 22 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 2a7cbefb5..e3d5ce92a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,24 @@
+== OpenDataPlane (1.28.0.0)
+=== API
+==== Crypto
+* New crypto capabilities for defining if a queue type (scheduled/plain) can be
+used as a crypto completion event destination
+
+=== Event
+* New packet TX completion event type and related functions
+
+=== Packet
+* New packet APIs for requesting packet TX completion events
+* New packet APIS for requesting packet TX drop based on packet age
+
+=== Classifier
+* New `odp_cls_print_all()` function for printing implementation specific
+debug information about all classifier rules
+
+=== System
+* New enumerations for ARMv8.7-A, ARMv9.0-A, ARMv9.1-A, and ARMv9.2-A ISA
+versions
+
== OpenDataPlane (1.24.0.0)
=== Summary of Changes
diff --git a/configure.ac b/configure.ac
index 24fb8b8b4..fdde95e70 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_PREREQ([2.5])
# ODP API version
##########################################################################
m4_define([odpapi_generation_version], [1])
-m4_define([odpapi_major_version], [27])
+m4_define([odpapi_major_version], [28])
m4_define([odpapi_minor_version], [0])
m4_define([odpapi_point_version], [0])
m4_define([odpapi_version],