Petri, please review API patch. Maxim.
On 02/08/17 05:37, Kevin Wang wrote: > *** BLURB HERE *** > > Kevin Wang (4): > api: timer: add odp_timer_capability() api > linux-generic: timer: implement odp_timer_capability() > validation/example: call odp_timer_capability() before creating a > timer pool > doc: userguide: add odp_timer_capability() section to user guide > > doc/users-guide/users-guide-timer.adoc | 3 +- > example/generator/odp_generator.c | 8 ++- > example/timer/odp_timer_simple.c | 9 ++- > example/timer/odp_timer_test.c | 7 +- > include/odp/api/spec/timer.h | 21 ++++++ > platform/linux-generic/odp_timer.c | 95 > +++++++++++++++++++++++++++ > test/common_plat/validation/api/timer/timer.c | 28 +++++--- > 7 files changed, 158 insertions(+), 13 deletions(-) >
