This seres is intended to change time API names from *_cycles*
to *_tick*. Also remove usage of word "cycle" from appropriate
places as it's no more valid.

Based on api-next

Ivan Khoronzhuk (4):
  api: time: unbind CPU cycles from time API
  test/example: avoid "cycle" word usage
  linux-generic: use appropriate time API with tick instead of cycles
  linux-generic: odp_schedule: avoid "cycle" word usage

 example/ipsec/odp_ipsec.c                     |  14 ++--
 example/timer/odp_timer_test.c                |  22 +++---
 include/odp/api/time.h                        |  22 +++---
 platform/linux-generic/arch/linux/odp_time.c  |   2 +-
 platform/linux-generic/arch/mips64/odp_time.c |   2 +-
 platform/linux-generic/arch/x86/odp_time.c    |   2 +-
 platform/linux-generic/odp_schedule.c         |  14 ++--
 platform/linux-generic/odp_time.c             |   6 +-
 test/performance/odp_pktio_perf.c             |  39 ++++-----
 test/performance/odp_scheduling.c             | 110 +++++++++++++-------------
 test/validation/pktio/pktio.c                 |  16 ++--
 test/validation/scheduler/scheduler.c         |   4 +-
 test/validation/time/time.c                   |  38 ++++-----
 13 files changed, 146 insertions(+), 145 deletions(-)

-- 
1.9.1

_______________________________________________
lng-odp mailing list
lng-odp@lists.linaro.org
https://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to