summaryrefslogtreecommitdiff
path: root/odp-release-notes-v1.9/odp-release-notes.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'odp-release-notes-v1.9/odp-release-notes.adoc')
-rw-r--r--odp-release-notes-v1.9/odp-release-notes.adoc47
1 files changed, 16 insertions, 31 deletions
diff --git a/odp-release-notes-v1.9/odp-release-notes.adoc b/odp-release-notes-v1.9/odp-release-notes.adoc
index 038594f..3b69824 100644
--- a/odp-release-notes-v1.9/odp-release-notes.adoc
+++ b/odp-release-notes-v1.9/odp-release-notes.adoc
@@ -1,4 +1,4 @@
-:doctitle: OpenDataPlane (ODP) Release Notes
+:doctitle: OpenDataPlane (ODP) Release Notes v1.9.0.0
:description: This document is intended to guide a new application developer +
in understanding the changes made to the API and ABI when an ODP release is +
made
@@ -9,8 +9,8 @@ made
[abstract]
== Abstract
-This document is intended to guide a new application developer +
-in understanding the changes made to the API and ABI when an ODP release is +
+This document is intended to guide a new application developer
+in understanding the changes made to the API and ABI when an ODP release is
made
Further details about ODP may be found at the http://opendataplane.org[ODP]
@@ -18,33 +18,15 @@ home page.
== New Features
-=== RWLOCK
-==== trylock
-[source,c]
-----
-odp_rwlock_read_trylock ( odp_rwlock_t* rwlock )
-odp_rwlock_write_trylock ( odp_rwlock_t* rwlock )
-----
-
-==== Recursive
-[source,c]
-----
-odp_rwlock_recursive_read_trylock ( odp_rwlock_recursive_t* rlock )
-odp_rwlock_recursive_write_trylock ( odp_rwlock_recursive_t* rlock )
-----
-
-=== Initialization
-[source,c]
-----
-odp_init_global ( odp_init_t const* params, odp_platform_init_t const* platform_params )
-odp_init_local ( odp_thread_type_t thr_type )
-----
-
-=== Termination
-[source,c]
-----
-odp_term_global ( odp_instance_t instance )
-----
+* A focus has been made on improving the packaging support of ODP for distributions such as Debian.
+* Improved creation of source tar ball and packaging scenarios moved to
+https://git.linaro.org/lng/odp-packaging.git
+
+== Known Issues
+
+Time and Traffic Manager validation tests sometimes fail on heavy loaded
+systems. This behaviour depends on time accuracy measurements, which depends
+on system load.
== Resolved Issues in Bugzilla
The bugs are tracked in a bugzilla instance [1]
@@ -56,8 +38,11 @@ include::odp-bugs-report.csv[]
|====
== API changes
+The API is defined in doxygen along with the actual definitions in the header files.
The API is checked via the API Compliance Checker tools in check-odp [3]
-This is a work in progress but it diffs the actual doxygen documentation of the specification
+
+This is a work in progress, the tool diffs the actual doxygen documentation of the specification
+but the output format is currently plain diff rather than HTML.
link:odp-api-report.txt[odp-api-report]