Have you fixed the usage of bool in the API? Use odp_bool_t instead
(which is an alias for int). This will avoid me having to fix this in
a patch that mostly just covers doxygen comments.

On 27 January 2015 at 16:10, Robbie King <[email protected]> wrote:
> v1 - Move completion event allocation into implementation,
>      allow synchronous implementation to return status
>      immediately (i.e. no completion event involved).
>      Fix two crypto related issues found during debug.
>
> v2 - Merged with odp_event_t changes.
>
> Robbie King (3):
>   api: crypto: new completion event scheme
>   api: packet: add API to copy metadata
>   example: ipsec: move L2/3/4 offset set
>
>  example/ipsec/odp_ipsec.c                          | 82 ++++++++++--------
>  example/ipsec/odp_ipsec_stream.c                   | 10 ++-
>  platform/linux-generic/include/api/odp_crypto.h    | 76 ++++++-----------
>  .../linux-generic/include/odp_crypto_internal.h    |  6 +-
>  .../linux-generic/include/odp_packet_internal.h    |  2 +
>  platform/linux-generic/odp_crypto.c                | 96 
> +++++++++-------------
>  platform/linux-generic/odp_packet.c                | 14 ++++
>  test/validation/crypto/odp_crypto_test_async_inp.c | 87 +++-----------------
>  test/validation/crypto/odp_crypto_test_sync_inp.c  | 14 +++-
>  9 files changed, 160 insertions(+), 227 deletions(-)
>
> --
> 1.9.1
>
>
> _______________________________________________
> lng-odp mailing list
> [email protected]
> http://lists.linaro.org/mailman/listinfo/lng-odp

_______________________________________________
lng-odp mailing list
[email protected]
http://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to