diff mbox

[RFC] CHANGELOG: Update for v1.10.0.0

Message ID 1461966503-8955-2-git-send-email-mike.holmes@linaro.org
State New
Headers show

Commit Message

Mike Holmes April 29, 2016, 9:48 p.m. UTC
Signed-off-by: Mike Holmes <mike.holmes@linaro.org>
---
 CHANGELOG | 49 +++++++++++++++++++++++++++++++++++++++++++++----
 1 file changed, 45 insertions(+), 4 deletions(-)

Comments

Bill Fischofer April 30, 2016, 2:49 a.m. UTC | #1
This patch doesn't apply to the repo:

bill@Ubuntu15:~/linaro/odp-release-notes$ git am --reject
~/Mail/Incoming/Mike/1
Applying: CHANGELOG: Update for v1.10.0.0
Checking patch CHANGELOG...
error: CHANGELOG: does not exist in index
Patch failed at 0001 CHANGELOG: Update for v1.10.0.0


On Fri, Apr 29, 2016 at 4:48 PM, Mike Holmes <mike.holmes@linaro.org> wrote:

> Signed-off-by: Mike Holmes <mike.holmes@linaro.org>

> ---

>  CHANGELOG | 49 +++++++++++++++++++++++++++++++++++++++++++++----

>  1 file changed, 45 insertions(+), 4 deletions(-)

>

> diff --git a/CHANGELOG b/CHANGELOG

> index d402047..2d772b0 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

> +////

> --

> 2.7.4

>

> _______________________________________________

> lng-odp mailing list

> lng-odp@lists.linaro.org

> https://lists.linaro.org/mailman/listinfo/lng-odp

>
Mike Holmes April 30, 2016, 11:13 a.m. UTC | #2
Did you apply to master ?

On 29 April 2016 at 22:49, Bill Fischofer <bill.fischofer@linaro.org> wrote:

> This patch doesn't apply to the repo:

>

> bill@Ubuntu15:~/linaro/odp-release-notes$ git am --reject

> ~/Mail/Incoming/Mike/1

> Applying: CHANGELOG: Update for v1.10.0.0

> Checking patch CHANGELOG...

> error: CHANGELOG: does not exist in index

> Patch failed at 0001 CHANGELOG: Update for v1.10.0.0

>

>

> On Fri, Apr 29, 2016 at 4:48 PM, Mike Holmes <mike.holmes@linaro.org>

> wrote:

>

>> Signed-off-by: Mike Holmes <mike.holmes@linaro.org>

>> ---

>>  CHANGELOG | 49 +++++++++++++++++++++++++++++++++++++++++++++----

>>  1 file changed, 45 insertions(+), 4 deletions(-)

>>

>> diff --git a/CHANGELOG b/CHANGELOG

>> index d402047..2d772b0 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

>> +////

>> --

>> 2.7.4

>>

>> _______________________________________________

>> lng-odp mailing list

>> lng-odp@lists.linaro.org

>> https://lists.linaro.org/mailman/listinfo/lng-odp

>>

>

>



-- 
Mike Holmes
Technical Manager - Linaro Networking Group
Linaro.org <http://www.linaro.org/> *│ *Open source software for ARM SoCs
"Work should be fun and collaborative, the rest follows"
Bill Fischofer April 30, 2016, 6:45 p.m. UTC | #3
master is the only branch available in that repo, so yes I tried.

On Sat, Apr 30, 2016 at 6:13 AM, Mike Holmes <mike.holmes@linaro.org> wrote:

> Did you apply to master ?

>

> On 29 April 2016 at 22:49, Bill Fischofer <bill.fischofer@linaro.org>

> wrote:

>

>> This patch doesn't apply to the repo:

>>

>> bill@Ubuntu15:~/linaro/odp-release-notes$ git am --reject

>> ~/Mail/Incoming/Mike/1

>> Applying: CHANGELOG: Update for v1.10.0.0

>> Checking patch CHANGELOG...

>> error: CHANGELOG: does not exist in index

>> Patch failed at 0001 CHANGELOG: Update for v1.10.0.0

>>

>>

>> On Fri, Apr 29, 2016 at 4:48 PM, Mike Holmes <mike.holmes@linaro.org>

>> wrote:

>>

>>> Signed-off-by: Mike Holmes <mike.holmes@linaro.org>

>>> ---

>>>  CHANGELOG | 49 +++++++++++++++++++++++++++++++++++++++++++++----

>>>  1 file changed, 45 insertions(+), 4 deletions(-)

>>>

>>> diff --git a/CHANGELOG b/CHANGELOG

>>> index d402047..2d772b0 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

>>> +////

>>> --

>>> 2.7.4

>>>

>>> _______________________________________________

>>> lng-odp mailing list

>>> lng-odp@lists.linaro.org

>>> https://lists.linaro.org/mailman/listinfo/lng-odp

>>>

>>

>>

>

>

> --

> Mike Holmes

> Technical Manager - Linaro Networking Group

> Linaro.org <http://www.linaro.org/> *│ *Open source software for ARM SoCs

> "Work should be fun and collaborative, the rest follows"

>

>

>
Bill Fischofer April 30, 2016, 6:46 p.m. UTC | #4
Or are you saying this is intended to be applied to odp.git?  That wasn't
obvious. I thought this was against odp-release-notes.git



On Sat, Apr 30, 2016 at 1:45 PM, Bill Fischofer <bill.fischofer@linaro.org>
wrote:

> master is the only branch available in that repo, so yes I tried.

>

> On Sat, Apr 30, 2016 at 6:13 AM, Mike Holmes <mike.holmes@linaro.org>

> wrote:

>

>> Did you apply to master ?

>>

>> On 29 April 2016 at 22:49, Bill Fischofer <bill.fischofer@linaro.org>

>> wrote:

>>

>>> This patch doesn't apply to the repo:

>>>

>>> bill@Ubuntu15:~/linaro/odp-release-notes$ git am --reject

>>> ~/Mail/Incoming/Mike/1

>>> Applying: CHANGELOG: Update for v1.10.0.0

>>> Checking patch CHANGELOG...

>>> error: CHANGELOG: does not exist in index

>>> Patch failed at 0001 CHANGELOG: Update for v1.10.0.0

>>>

>>>

>>> On Fri, Apr 29, 2016 at 4:48 PM, Mike Holmes <mike.holmes@linaro.org>

>>> wrote:

>>>

>>>> Signed-off-by: Mike Holmes <mike.holmes@linaro.org>

>>>> ---

>>>>  CHANGELOG | 49 +++++++++++++++++++++++++++++++++++++++++++++----

>>>>  1 file changed, 45 insertions(+), 4 deletions(-)

>>>>

>>>> diff --git a/CHANGELOG b/CHANGELOG

>>>> index d402047..2d772b0 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

>>>> +////

>>>> --

>>>> 2.7.4

>>>>

>>>> _______________________________________________

>>>> lng-odp mailing list

>>>> lng-odp@lists.linaro.org

>>>> https://lists.linaro.org/mailman/listinfo/lng-odp

>>>>

>>>

>>>

>>

>>

>> --

>> Mike Holmes

>> Technical Manager - Linaro Networking Group

>> Linaro.org <http://www.linaro.org/> *│ *Open source software for ARM SoCs

>> "Work should be fun and collaborative, the rest follows"

>>

>>

>>

>
Mike Holmes April 30, 2016, 9:39 p.m. UTC | #5
On 30 April 2016 at 14:46, Bill Fischofer <bill.fischofer@linaro.org> wrote:

> Or are you saying this is intended to be applied to odp.git?  That wasn't

> obvious. I thought this was against odp-release-notes.git

>


Yes, against the changelog in ODP, this is the API change and related,
omitting debian, rpm etc.

The old log is commented out as far as asciidoc is concerned we will only
see the shiny new stuff in the html



>

>

>

> On Sat, Apr 30, 2016 at 1:45 PM, Bill Fischofer <bill.fischofer@linaro.org

> > wrote:

>

>> master is the only branch available in that repo, so yes I tried.

>>

>> On Sat, Apr 30, 2016 at 6:13 AM, Mike Holmes <mike.holmes@linaro.org>

>> wrote:

>>

>>> Did you apply to master ?

>>>

>>> On 29 April 2016 at 22:49, Bill Fischofer <bill.fischofer@linaro.org>

>>> wrote:

>>>

>>>> This patch doesn't apply to the repo:

>>>>

>>>> bill@Ubuntu15:~/linaro/odp-release-notes$ git am --reject

>>>> ~/Mail/Incoming/Mike/1

>>>> Applying: CHANGELOG: Update for v1.10.0.0

>>>> Checking patch CHANGELOG...

>>>> error: CHANGELOG: does not exist in index

>>>> Patch failed at 0001 CHANGELOG: Update for v1.10.0.0

>>>>

>>>>

>>>> On Fri, Apr 29, 2016 at 4:48 PM, Mike Holmes <mike.holmes@linaro.org>

>>>> wrote:

>>>>

>>>>> Signed-off-by: Mike Holmes <mike.holmes@linaro.org>

>>>>> ---

>>>>>  CHANGELOG | 49 +++++++++++++++++++++++++++++++++++++++++++++----

>>>>>  1 file changed, 45 insertions(+), 4 deletions(-)

>>>>>

>>>>> diff --git a/CHANGELOG b/CHANGELOG

>>>>> index d402047..2d772b0 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

>>>>> +////

>>>>> --

>>>>> 2.7.4

>>>>>

>>>>> _______________________________________________

>>>>> lng-odp mailing list

>>>>> lng-odp@lists.linaro.org

>>>>> https://lists.linaro.org/mailman/listinfo/lng-odp

>>>>>

>>>>

>>>>

>>>

>>>

>>> --

>>> Mike Holmes

>>> Technical Manager - Linaro Networking Group

>>> Linaro.org <http://www.linaro.org/> *│ *Open source software for ARM

>>> SoCs

>>> "Work should be fun and collaborative, the rest follows"

>>>

>>>

>>>

>>

>



-- 
Mike Holmes
Technical Manager - Linaro Networking Group
Linaro.org <http://www.linaro.org/> *│ *Open source software for ARM SoCs
"Work should be fun and collaborative, the rest follows"
Bill Fischofer April 30, 2016, 9:58 p.m. UTC | #6
I figured that out :}

I'll be posting an updated patch later today.

On Sat, Apr 30, 2016 at 4:39 PM, Mike Holmes <mike.holmes@linaro.org> wrote:

>

>

> On 30 April 2016 at 14:46, Bill Fischofer <bill.fischofer@linaro.org>

> wrote:

>

>> Or are you saying this is intended to be applied to odp.git?  That wasn't

>> obvious. I thought this was against odp-release-notes.git

>>

>

> Yes, against the changelog in ODP, this is the API change and related,

> omitting debian, rpm etc.

>

> The old log is commented out as far as asciidoc is concerned we will only

> see the shiny new stuff in the html

>

>

>

>>

>>

>>

>> On Sat, Apr 30, 2016 at 1:45 PM, Bill Fischofer <

>> bill.fischofer@linaro.org> wrote:

>>

>>> master is the only branch available in that repo, so yes I tried.

>>>

>>> On Sat, Apr 30, 2016 at 6:13 AM, Mike Holmes <mike.holmes@linaro.org>

>>> wrote:

>>>

>>>> Did you apply to master ?

>>>>

>>>> On 29 April 2016 at 22:49, Bill Fischofer <bill.fischofer@linaro.org>

>>>> wrote:

>>>>

>>>>> This patch doesn't apply to the repo:

>>>>>

>>>>> bill@Ubuntu15:~/linaro/odp-release-notes$ git am --reject

>>>>> ~/Mail/Incoming/Mike/1

>>>>> Applying: CHANGELOG: Update for v1.10.0.0

>>>>> Checking patch CHANGELOG...

>>>>> error: CHANGELOG: does not exist in index

>>>>> Patch failed at 0001 CHANGELOG: Update for v1.10.0.0

>>>>>

>>>>>

>>>>> On Fri, Apr 29, 2016 at 4:48 PM, Mike Holmes <mike.holmes@linaro.org>

>>>>> wrote:

>>>>>

>>>>>> Signed-off-by: Mike Holmes <mike.holmes@linaro.org>

>>>>>> ---

>>>>>>  CHANGELOG | 49 +++++++++++++++++++++++++++++++++++++++++++++----

>>>>>>  1 file changed, 45 insertions(+), 4 deletions(-)

>>>>>>

>>>>>> diff --git a/CHANGELOG b/CHANGELOG

>>>>>> index d402047..2d772b0 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

>>>>>> +////

>>>>>> --

>>>>>> 2.7.4

>>>>>>

>>>>>> _______________________________________________

>>>>>> lng-odp mailing list

>>>>>> lng-odp@lists.linaro.org

>>>>>> https://lists.linaro.org/mailman/listinfo/lng-odp

>>>>>>

>>>>>

>>>>>

>>>>

>>>>

>>>> --

>>>> Mike Holmes

>>>> Technical Manager - Linaro Networking Group

>>>> Linaro.org <http://www.linaro.org/> *│ *Open source software for ARM

>>>> SoCs

>>>> "Work should be fun and collaborative, the rest follows"

>>>>

>>>>

>>>>

>>>

>>

>

>

> --

> Mike Holmes

> Technical Manager - Linaro Networking Group

> Linaro.org <http://www.linaro.org/> *│ *Open source software for ARM SoCs

> "Work should be fun and collaborative, the rest follows"

>

>

>
diff mbox

Patch

diff --git a/CHANGELOG b/CHANGELOG
index d402047..2d772b0 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
+////