Re: [lng-odp] [RFC 1/4] timer: add odp_timer_pool_res()

2016-11-01 Thread Maxim Uvarov
_capabilities() to match other functions. On 25 October 2016 at 10:38, Brian Brooks wrote: > On 10/31 17:20:27, Bill Fischofer wrote: > > I've added this to tomorrow's ODP call to discuss, however some general > > comments: > > > > 1. These should be marked [RFC

Re: [lng-odp] [RFC 1/4] timer: add odp_timer_pool_res()

2016-10-31 Thread Brian Brooks
On 10/31 17:20:27, Bill Fischofer wrote: > I've added this to tomorrow's ODP call to discuss, however some general > comments: > > 1. These should be marked [RFC API-NEXT PATCH] so that Patchworks will pick > them up as patches. Without the PATCH keyword they just appear to be > comments on the

Re: [lng-odp] [RFC 1/4] timer: add odp_timer_pool_res()

2016-10-31 Thread Bill Fischofer
I've added this to tomorrow's ODP call to discuss, however some general comments: 1. These should be marked [RFC API-NEXT PATCH] so that Patchworks will pick them up as patches. Without the PATCH keyword they just appear to be comments on the list. 2. The short log should follow the CONTRIBUTING

[lng-odp] [RFC 1/4] timer: add odp_timer_pool_res()

2016-10-31 Thread Brian Brooks
Signed-off-by: Brian Brooks --- include/odp/api/spec/timer.h | 9 + platform/linux-generic/odp_timer.c| 5 + test/common_plat/validation/api/timer/timer.c | 2 ++ 3 files changed, 16 insertions(+) diff --git