Series

Tested-by: Mike Holmes <[email protected]>

On 18 December 2015 at 07:01, Ivan Khoronzhuk <[email protected]>
wrote:

> This series adds odp_time_local_res() and odp_time_wait_ns(),
> odp_time_wait_until() calls to time API and it's validation
> tests and usage.
>
> Since v4:
> - added warn about loop to wait API
> - moved "inline" on same line with function
>
> Since v3:
> - improved validation test a little
>
> Since v2:
> - replaced odp_time_wait() on odp_time_wait_ns() and odp_time_wait_until()
> - corrected validation tests to validate new wait APIs
>
> Since v1:
> - used "wait" instead of "delay"
> - used "res" instead of "rate"
> - used inlined functions in odp_time_wait()
> - corrected new API descriptions
>
> Ivan Khoronzhuk (6):
>   api: time: add resolution and wait API calls
>   performance: pktio_perf: use odp_time_wait_ns() function instead of
>     looping
>   validation: time: test time constants in ns
>   validation: time: add test convertsion on 0
>   validation: time: add test for odp_time_local_res() and use resolution
>   validation: time: add test for odp_time_wait_ns() and
>     odp_time_wait_until()
>
>  include/odp/api/time.h            |  25 +++++++++
>  platform/linux-generic/odp_time.c |  98 +++++++++++++++++++++++++--------
>  test/performance/odp_pktio_perf.c |  16 +-----
>  test/validation/time/time.c       | 113
> +++++++++++++++++++++++++++++++++-----
>  test/validation/time/time.h       |   4 ++
>  5 files changed, 204 insertions(+), 52 deletions(-)
>
> --
> 1.9.1
>
> _______________________________________________
> lng-odp mailing list
> [email protected]
> https://lists.linaro.org/mailman/listinfo/lng-odp
>



-- 
Mike Holmes
Technical Manager - Linaro Networking Group
Linaro.org <http://www.linaro.org/> *│ *Open source software for ARM SoCs
_______________________________________________
lng-odp mailing list
[email protected]
https://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to