mbox series

[API-NEXT,v2,0/2] event subtype implementation

Message ID 20170616091235.2394-1-dmitry.ereminsolenikov@linaro.org
Headers show
Series event subtype implementation | expand

Message

Dmitry Eremin-Solenikov June 16, 2017, 9:12 a.m. UTC
Applies on top of [API-NEXT PATCH v2 0/3] IPSEC packet event

These patches provide event subtype implementation and tests. Ideally they
should be merged together with event subtypes API definitions.

Changes since v1:
 - Implement odp_event_types()

 - Update event subtype properly in odp_crypto.c

Dmitry Eremin-Solenikov (2):
  linux-generic: events subtype implementation
  validation: test correctness of events subtype implementation

 .../linux-generic/include/odp_buffer_inlines.h     |  2 ++
 .../linux-generic/include/odp_buffer_internal.h    |  3 ++
 platform/linux-generic/odp_crypto.c                | 14 ++++----
 platform/linux-generic/odp_event.c                 | 15 +++++++++
 platform/linux-generic/odp_packet.c                |  1 +
 platform/linux-generic/odp_pool.c                  | 11 +++++++
 test/common_plat/validation/api/buffer/buffer.c    | 37 ++++++++++++++--------
 test/common_plat/validation/api/packet/packet.c    |  5 +++
 test/common_plat/validation/api/timer/timer.c      | 14 ++++++--
 9 files changed, 79 insertions(+), 23 deletions(-)

-- 
2.11.0

Comments

Savolainen, Petri (Nokia - FI/Espoo) June 16, 2017, 9:55 a.m. UTC | #1
Reviewed-by: Petri Savolainen <petri.savolainen@linaro.org>


Tests for odp_event_types() and subtype for crypto_compl are missing. Those can be added on top of this or as v3.

 

> -----Original Message-----

> From: lng-odp [mailto:lng-odp-bounces@lists.linaro.org] On Behalf Of

> Dmitry Eremin-Solenikov

> Sent: Friday, June 16, 2017 12:13 PM

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

> Subject: [lng-odp] [PATCH API-NEXT v2 0/2] event subtype implementation

> 

> Applies on top of [API-NEXT PATCH v2 0/3] IPSEC packet event

> 

> These patches provide event subtype implementation and tests. Ideally they

> should be merged together with event subtypes API definitions.

> 

> Changes since v1:

>  - Implement odp_event_types()

> 

>  - Update event subtype properly in odp_crypto.c

> 

> Dmitry Eremin-Solenikov (2):

>   linux-generic: events subtype implementation

>   validation: test correctness of events subtype implementation

> 

>  .../linux-generic/include/odp_buffer_inlines.h     |  2 ++

>  .../linux-generic/include/odp_buffer_internal.h    |  3 ++

>  platform/linux-generic/odp_crypto.c                | 14 ++++----

>  platform/linux-generic/odp_event.c                 | 15 +++++++++

>  platform/linux-generic/odp_packet.c                |  1 +

>  platform/linux-generic/odp_pool.c                  | 11 +++++++

>  test/common_plat/validation/api/buffer/buffer.c    | 37 ++++++++++++++---

> -----

>  test/common_plat/validation/api/packet/packet.c    |  5 +++

>  test/common_plat/validation/api/timer/timer.c      | 14 ++++++--

>  9 files changed, 79 insertions(+), 23 deletions(-)

> 

> --

> 2.11.0