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

Reply via email to