aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Holmes <mike.holmes@linaro.org>2016-04-29 17:25:53 -0400
committerMike Holmes <mike.holmes@linaro.org>2016-05-03 11:34:02 -0400
commited502750a820522683107f8dc96989e38edecd0b (patch)
treed0c4ccb27d3f17b8160e8eefac02016e045a82ed
parentf5bb73dfb301f51080a7b57365e7aaca7df0638a (diff)
CHANGELOG: Update for v1.10.0.0next
Signed-off-by: Mike Holmes <mike.holmes@linaro.org>
-rw-r--r--CHANGELOG49
1 files changed, 45 insertions, 4 deletions
diff --git a/CHANGELOG b/CHANGELOG
index d4020474..2d772b01 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,10 +1,50 @@
+== OpenDataPlane (1.10.0.0)
- Since ODP 1.9.0.0 change logs will be maintained separately of main git tree
- and available at this url:
- https://git.linaro.org/lng/odp-release-notes.git
+=== New Features
+==== General
+* Move to capabilite structures
-opendataplane (1.9.0.0)
+=== Classification
+* Addtion of a structure that defines system level classification capability
+=== Cryptography
+* Provides a way to get the available cipher and authentication algorithms.
+
+==== Packet
+* Rename and add new packet copy functionality
+* Align an area of packet data (e.g. IP/UDP headers) so that it is contiguous in
+ memory and starts in a specified minimum alignment.
+
+==== Packet flags
+* Add packet has time stamp
+
+==== Packet io
+* Replaced config definition for maximum pktio entries with maximum packet IO
+ index call
+
+==== Traffic Manager
+* Split TOS marking into two separate calls.
+* More complete and correct checksum implementation
+
+=== Known Issues
+
+== OpenDataPlane (1.9.0.0)
+
+=== New Features
+
+* 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
+* Renamed libodp to libodp-linux
+* Removed all insternal functions from leaking through the libodp-linux
+
+=== 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.
+
+////
opendataplane (1.8.0.0)
* API:
- api headers moved to include/odp/api/spec/ and apps should use include/odp_api.h
@@ -985,3 +1025,4 @@ opendataplane (0.10.0)
opendataplane (0.9.0)
* Initial release
+////