Message ID | 20170704125403.9212-1-dmitry.ereminsolenikov@linaro.org |
---|---|
Headers | show |
Series | event subtype implementation | expand |
Maxim, Since Crypto patchset takes longer to get in than we expected, maybe we can merge just event subtypes for now? On 04.07.2017 15:54, Dmitry Eremin-Solenikov wrote: > These patches provide event subtype implementation and tests. V3 was: > > Reviewed-by: Petri Savolainen <petri.savolainen@linaro.org> > > Changes since v3: > - Fix c&p error in timer_main test > > 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(-) > -- With best wishes Dmitry
These patches provide event subtype implementation and tests. V3 was: Reviewed-by: Petri Savolainen <petri.savolainen@linaro.org> Changes since v3: - Fix c&p error in timer_main test 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