Reviewed-by: Petri Savolainen <[email protected]>
> -----Original Message----- > From: lng-odp [mailto:[email protected]] On Behalf Of > Dmitry Eremin-Solenikov > Sent: Friday, June 16, 2017 2:48 PM > To: [email protected] > Subject: [lng-odp] [PATCH API-NEXT v3 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 v2: > - Validate odp_event_types() implementation > - Validate CRYPTO_COMPL event type and subtype > > 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 | 15 ++++--- > 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 | 50 ++++++++++++++++- > ----- > .../validation/api/crypto/odp_crypto_test_inp.c | 14 ++++++ > test/common_plat/validation/api/packet/packet.c | 21 ++++++++- > test/common_plat/validation/api/timer/timer.c | 32 ++++++++++++-- > 10 files changed, 140 insertions(+), 24 deletions(-) > > -- > 2.11.0
