Re: [lng-odp] Release needed

2017-06-02 Thread Maxim Uvarov
done, and also commit:

d4983d155f3172344dd55196b3918fc14b1c5d8b... abi: event: add
ODP_EVENT_IPSEC_STATUS

removed.

Maxim.


On 06/02/17 21:53, Bill Fischofer wrote:
> Maxim, should commit 033cd2a5c7c7dbc325d792c8e91389af7aa2eef0 be part
> of this release?
> 
> abi: event: add ODP_EVENT_IPSEC_RESULT
> 
> Update ABI spec with the new IPSEC event type.
> 
> Signed-off-by: Petri Savolainen 
> Signed-off-by: Dmitry Eremin-Solenikov 
> Reviewed-by: Dmitry Eremin-Solenikov 
> Signed-off-by: Maxim Uvarov 
> 
> This is part of IPsec which isn't ready for release yet.
> 
> On Fri, Jun 2, 2017 at 1:38 PM, Bill Fischofer
>  wrote:
>> On Fri, Jun 2, 2017 at 1:34 PM, Maxim Uvarov  wrote:
>>> everything is prepared and only changelog and tagging is needed.
>>>
>>> Bill can you take care about that? I tested this branch on my
>>> github/travis and it was ok. Results for main repo have to be updated by
>>> travis in few hours.
>>
>> Sure. I'll post a patch today.
>>
>>>
>>> Maxim.
>>>
>>> On 06/02/17 10:54, Savolainen, Petri (Nokia - FI/Espoo) wrote:

 As I mentioned yesterday:

 * ipsec.h is still in next branch, but should be removed from there. IPsec 
 API should not be released yet.

 * Crypto rework ([PATCH API-NEXT v5 00/23] Major cryptography code rework) 
 should be merged into api-next and from there to next branch, since it 
 fixes many crypto test and implementation issues, as well as updates 
 implementation to the current crypto API level.


 Otherwise, next branch seems OK.


 -Petri


> -Original Message-
> From: Maxim Uvarov [mailto:maxim.uva...@linaro.org]
> Sent: Friday, June 02, 2017 12:22 AM
> To: Savolainen, Petri (Nokia - FI/Espoo) 
> Cc: Bill Fischofer ; LNG ODP Mailman List  o...@lists.linaro.org>
> Subject: Re: Release needed
>
> Petri, next builds now. Will exclude patches you listed bellow and it
> will be ready. Please let me know if there any update.
>
> On 06/01/17 15:18, Savolainen, Petri (Nokia - FI/Espoo) wrote:
>> * partial packet.h
>>   * addition of odp_packet_data_range_t
>>   * keep in api-next: chksum_insert
>> * partial packet_io.h
>>   * addition of parse config
>>   * keep in api-next: ipsec config
>
> Thank you,
> Maxim.
>>>



Re: [lng-odp] Release needed

2017-06-02 Thread Maxim Uvarov
On 06/02/17 21:53, Bill Fischofer wrote:
> Maxim, should commit 033cd2a5c7c7dbc325d792c8e91389af7aa2eef0 be part
> of this release?
> 

No, thanks for review, will remove it now.

Maxim.

> abi: event: add ODP_EVENT_IPSEC_RESULT
> 
> Update ABI spec with the new IPSEC event type.
> 
> Signed-off-by: Petri Savolainen 
> Signed-off-by: Dmitry Eremin-Solenikov 
> Reviewed-by: Dmitry Eremin-Solenikov 
> Signed-off-by: Maxim Uvarov 
> 
> This is part of IPsec which isn't ready for release yet.
> 
> On Fri, Jun 2, 2017 at 1:38 PM, Bill Fischofer
>  wrote:
>> On Fri, Jun 2, 2017 at 1:34 PM, Maxim Uvarov  wrote:
>>> everything is prepared and only changelog and tagging is needed.
>>>
>>> Bill can you take care about that? I tested this branch on my
>>> github/travis and it was ok. Results for main repo have to be updated by
>>> travis in few hours.
>>
>> Sure. I'll post a patch today.
>>
>>>
>>> Maxim.
>>>
>>> On 06/02/17 10:54, Savolainen, Petri (Nokia - FI/Espoo) wrote:

 As I mentioned yesterday:

 * ipsec.h is still in next branch, but should be removed from there. IPsec 
 API should not be released yet.

 * Crypto rework ([PATCH API-NEXT v5 00/23] Major cryptography code rework) 
 should be merged into api-next and from there to next branch, since it 
 fixes many crypto test and implementation issues, as well as updates 
 implementation to the current crypto API level.


 Otherwise, next branch seems OK.


 -Petri


> -Original Message-
> From: Maxim Uvarov [mailto:maxim.uva...@linaro.org]
> Sent: Friday, June 02, 2017 12:22 AM
> To: Savolainen, Petri (Nokia - FI/Espoo) 
> Cc: Bill Fischofer ; LNG ODP Mailman List  o...@lists.linaro.org>
> Subject: Re: Release needed
>
> Petri, next builds now. Will exclude patches you listed bellow and it
> will be ready. Please let me know if there any update.
>
> On 06/01/17 15:18, Savolainen, Petri (Nokia - FI/Espoo) wrote:
>> * partial packet.h
>>   * addition of odp_packet_data_range_t
>>   * keep in api-next: chksum_insert
>> * partial packet_io.h
>>   * addition of parse config
>>   * keep in api-next: ipsec config
>
> Thank you,
> Maxim.
>>>



Re: [lng-odp] Release needed

2017-06-02 Thread Bill Fischofer
Maxim, should commit 033cd2a5c7c7dbc325d792c8e91389af7aa2eef0 be part
of this release?

abi: event: add ODP_EVENT_IPSEC_RESULT

Update ABI spec with the new IPSEC event type.

Signed-off-by: Petri Savolainen 
Signed-off-by: Dmitry Eremin-Solenikov 
Reviewed-by: Dmitry Eremin-Solenikov 
Signed-off-by: Maxim Uvarov 

This is part of IPsec which isn't ready for release yet.

On Fri, Jun 2, 2017 at 1:38 PM, Bill Fischofer
 wrote:
> On Fri, Jun 2, 2017 at 1:34 PM, Maxim Uvarov  wrote:
>> everything is prepared and only changelog and tagging is needed.
>>
>> Bill can you take care about that? I tested this branch on my
>> github/travis and it was ok. Results for main repo have to be updated by
>> travis in few hours.
>
> Sure. I'll post a patch today.
>
>>
>> Maxim.
>>
>> On 06/02/17 10:54, Savolainen, Petri (Nokia - FI/Espoo) wrote:
>>>
>>> As I mentioned yesterday:
>>>
>>> * ipsec.h is still in next branch, but should be removed from there. IPsec 
>>> API should not be released yet.
>>>
>>> * Crypto rework ([PATCH API-NEXT v5 00/23] Major cryptography code rework) 
>>> should be merged into api-next and from there to next branch, since it 
>>> fixes many crypto test and implementation issues, as well as updates 
>>> implementation to the current crypto API level.
>>>
>>>
>>> Otherwise, next branch seems OK.
>>>
>>>
>>> -Petri
>>>
>>>
 -Original Message-
 From: Maxim Uvarov [mailto:maxim.uva...@linaro.org]
 Sent: Friday, June 02, 2017 12:22 AM
 To: Savolainen, Petri (Nokia - FI/Espoo) 
 Cc: Bill Fischofer ; LNG ODP Mailman List >>> o...@lists.linaro.org>
 Subject: Re: Release needed

 Petri, next builds now. Will exclude patches you listed bellow and it
 will be ready. Please let me know if there any update.

 On 06/01/17 15:18, Savolainen, Petri (Nokia - FI/Espoo) wrote:
> * partial packet.h
>   * addition of odp_packet_data_range_t
>   * keep in api-next: chksum_insert
> * partial packet_io.h
>   * addition of parse config
>   * keep in api-next: ipsec config

 Thank you,
 Maxim.
>>


Re: [lng-odp] Release needed

2017-06-02 Thread Bill Fischofer
On Fri, Jun 2, 2017 at 1:34 PM, Maxim Uvarov  wrote:
> everything is prepared and only changelog and tagging is needed.
>
> Bill can you take care about that? I tested this branch on my
> github/travis and it was ok. Results for main repo have to be updated by
> travis in few hours.

Sure. I'll post a patch today.

>
> Maxim.
>
> On 06/02/17 10:54, Savolainen, Petri (Nokia - FI/Espoo) wrote:
>>
>> As I mentioned yesterday:
>>
>> * ipsec.h is still in next branch, but should be removed from there. IPsec 
>> API should not be released yet.
>>
>> * Crypto rework ([PATCH API-NEXT v5 00/23] Major cryptography code rework) 
>> should be merged into api-next and from there to next branch, since it fixes 
>> many crypto test and implementation issues, as well as updates 
>> implementation to the current crypto API level.
>>
>>
>> Otherwise, next branch seems OK.
>>
>>
>> -Petri
>>
>>
>>> -Original Message-
>>> From: Maxim Uvarov [mailto:maxim.uva...@linaro.org]
>>> Sent: Friday, June 02, 2017 12:22 AM
>>> To: Savolainen, Petri (Nokia - FI/Espoo) 
>>> Cc: Bill Fischofer ; LNG ODP Mailman List >> o...@lists.linaro.org>
>>> Subject: Re: Release needed
>>>
>>> Petri, next builds now. Will exclude patches you listed bellow and it
>>> will be ready. Please let me know if there any update.
>>>
>>> On 06/01/17 15:18, Savolainen, Petri (Nokia - FI/Espoo) wrote:
 * partial packet.h
   * addition of odp_packet_data_range_t
   * keep in api-next: chksum_insert
 * partial packet_io.h
   * addition of parse config
   * keep in api-next: ipsec config
>>>
>>> Thank you,
>>> Maxim.
>


Re: [lng-odp] Release needed

2017-06-02 Thread Maxim Uvarov
everything is prepared and only changelog and tagging is needed.

Bill can you take care about that? I tested this branch on my
github/travis and it was ok. Results for main repo have to be updated by
travis in few hours.

Maxim.

On 06/02/17 10:54, Savolainen, Petri (Nokia - FI/Espoo) wrote:
> 
> As I mentioned yesterday:
> 
> * ipsec.h is still in next branch, but should be removed from there. IPsec 
> API should not be released yet.
> 
> * Crypto rework ([PATCH API-NEXT v5 00/23] Major cryptography code rework) 
> should be merged into api-next and from there to next branch, since it fixes 
> many crypto test and implementation issues, as well as updates implementation 
> to the current crypto API level.
> 
> 
> Otherwise, next branch seems OK.
> 
> 
> -Petri
> 
> 
>> -Original Message-
>> From: Maxim Uvarov [mailto:maxim.uva...@linaro.org]
>> Sent: Friday, June 02, 2017 12:22 AM
>> To: Savolainen, Petri (Nokia - FI/Espoo) 
>> Cc: Bill Fischofer ; LNG ODP Mailman List > o...@lists.linaro.org>
>> Subject: Re: Release needed
>>
>> Petri, next builds now. Will exclude patches you listed bellow and it
>> will be ready. Please let me know if there any update.
>>
>> On 06/01/17 15:18, Savolainen, Petri (Nokia - FI/Espoo) wrote:
>>> * partial packet.h
>>>   * addition of odp_packet_data_range_t
>>>   * keep in api-next: chksum_insert
>>> * partial packet_io.h
>>>   * addition of parse config
>>>   * keep in api-next: ipsec config
>>
>> Thank you,
>> Maxim.



Re: [lng-odp] Release needed

2017-06-02 Thread Savolainen, Petri (Nokia - FI/Espoo)

As I mentioned yesterday:

* ipsec.h is still in next branch, but should be removed from there. IPsec API 
should not be released yet.

* Crypto rework ([PATCH API-NEXT v5 00/23] Major cryptography code rework) 
should be merged into api-next and from there to next branch, since it fixes 
many crypto test and implementation issues, as well as updates implementation 
to the current crypto API level.


Otherwise, next branch seems OK.


-Petri


> -Original Message-
> From: Maxim Uvarov [mailto:maxim.uva...@linaro.org]
> Sent: Friday, June 02, 2017 12:22 AM
> To: Savolainen, Petri (Nokia - FI/Espoo) 
> Cc: Bill Fischofer ; LNG ODP Mailman List  o...@lists.linaro.org>
> Subject: Re: Release needed
> 
> Petri, next builds now. Will exclude patches you listed bellow and it
> will be ready. Please let me know if there any update.
> 
> On 06/01/17 15:18, Savolainen, Petri (Nokia - FI/Espoo) wrote:
> > * partial packet.h
> >   * addition of odp_packet_data_range_t
> >   * keep in api-next: chksum_insert
> > * partial packet_io.h
> >   * addition of parse config
> >   * keep in api-next: ipsec config
> 
> Thank you,
> Maxim.


Re: [lng-odp] Release needed

2017-06-01 Thread Maxim Uvarov
Petri, next builds now. Will exclude patches you listed bellow and it
will be ready. Please let me know if there any update.

On 06/01/17 15:18, Savolainen, Petri (Nokia - FI/Espoo) wrote:
> * partial packet.h
>   * addition of odp_packet_data_range_t
>   * keep in api-next: chksum_insert
> * partial packet_io.h
>   * addition of parse config
>   * keep in api-next: ipsec config

Thank you,
Maxim.


Re: [lng-odp] Release needed

2017-06-01 Thread Savolainen, Petri (Nokia - FI/Espoo)

After quick comparison between next and api-next: ipsec.h should not yet be in 
next branch == not in next release.

Also, it would be good to have these in next release
 * checkpatch/spelling (master)
 * crypto bug fixes/missing implementation series (api-next)

-Petri


From: Maxim Uvarov [mailto:maxim.uva...@linaro.org] 
Sent: Wednesday, May 24, 2017 10:41 AM
To: Savolainen, Petri (Nokia - FI/Espoo) 
Cc: Bill Fischofer ; LNG ODP Mailman List 

Subject: Re: Release needed

Ok, thanks for details. I will try to prepare release according to your list on 
this week.

On 24 May 2017 at 10:38, Savolainen, Petri (Nokia - FI/Espoo) 
 wrote:
Hi,

It's already two months since 1.14 release. We have again missed the target of 
a release per month. Additionally, we have bunch of stuff in api-next that 
could move to master, and thus to the next release.

From api-next these API spec files (or parts) are OK to move into master:
* entire classification.h
  * fix doxygen warnings
* entire crypto.h
  * new deprecation support
  * SHA1 and SHA512 enumerations
  * odp_packet_data_range_t
  * addition of auth_digest_len and AAD config
* entire hints.h
  * new deprecation support
* partial packet.h
  * addition of odp_packet_data_range_t
  * keep in api-next: chksum_insert
* partial packet_io.h
  * addition of parse config
  * keep in api-next: ipsec config
* entire pool.h
  * fix doxygen warnings
* entire queue.h
  * addition of queue size capa / param
* entire support.h
  * new file and type
* entire system_info.h
  * added sys_info_print()
* entire time.h
  * removed time_to_u64()
* entire tm.h
  * fix doxygen warnings

-Petri




Re: [lng-odp] Release needed

2017-05-24 Thread Maxim Uvarov
Ok, thanks for details. I will try to prepare release according to your
list on this week.

On 24 May 2017 at 10:38, Savolainen, Petri (Nokia - FI/Espoo) <
petri.savolai...@nokia.com> wrote:

> Hi,
>
> It's already two months since 1.14 release. We have again missed the
> target of a release per month. Additionally, we have bunch of stuff in
> api-next that could move to master, and thus to the next release.
>
> From api-next these API spec files (or parts) are OK to move into master:
> * entire classification.h
>   * fix doxygen warnings
> * entire crypto.h
>   * new deprecation support
>   * SHA1 and SHA512 enumerations
>   * odp_packet_data_range_t
>   * addition of auth_digest_len and AAD config
> * entire hints.h
>   * new deprecation support
> * partial packet.h
>   * addition of odp_packet_data_range_t
>   * keep in api-next: chksum_insert
> * partial packet_io.h
>   * addition of parse config
>   * keep in api-next: ipsec config
> * entire pool.h
>   * fix doxygen warnings
> * entire queue.h
>   * addition of queue size capa / param
> * entire support.h
>   * new file and type
> * entire system_info.h
>   * added sys_info_print()
> * entire time.h
>   * removed time_to_u64()
> * entire tm.h
>   * fix doxygen warnings
>
> -Petri
>
>
>


[lng-odp] Release needed

2017-05-24 Thread Savolainen, Petri (Nokia - FI/Espoo)
Hi,

It's already two months since 1.14 release. We have again missed the target of 
a release per month. Additionally, we have bunch of stuff in api-next that 
could move to master, and thus to the next release.

From api-next these API spec files (or parts) are OK to move into master:
* entire classification.h
  * fix doxygen warnings 
* entire crypto.h
  * new deprecation support
  * SHA1 and SHA512 enumerations
  * odp_packet_data_range_t
  * addition of auth_digest_len and AAD config
* entire hints.h
  * new deprecation support
* partial packet.h
  * addition of odp_packet_data_range_t
  * keep in api-next: chksum_insert
* partial packet_io.h
  * addition of parse config
  * keep in api-next: ipsec config
* entire pool.h
  * fix doxygen warnings
* entire queue.h
  * addition of queue size capa / param
* entire support.h
  * new file and type
* entire system_info.h
  * added sys_info_print()
* entire time.h
  * removed time_to_u64()
* entire tm.h
  * fix doxygen warnings

-Petri