Hi Jerin

Before this is merged with mainline I think we should have a linux-generic
implementation and a test case for it.
Do you have the cycles to add those to api-next so that this can be part of
1.2.0 ?

I think tentatively that 1.2.0 will be in August at this point, although if
we can start gathering more complete new API work in api-next there is no
reason to wait that long.

Mike

On 24 April 2015 at 05:13, Jerin Jacob <jerin.ja...@caviumnetworks.com>
wrote:

> On Fri, Apr 24, 2015 at 11:46:53AM +0300, Maxim Uvarov wrote:
> > Hi Jerin,
> >
> > you you only removed RFC and Petri added sign-off to that patch you
> should
> > include it to patch without rfc.
> >
> > also "v1..v2..." should go after --- line in patch. In that case git am
> just
> > skips that comment.
>
> Thanks for pointing it out.
>
> >
> > Patch merged to api-next.
> >
> > Thanks,
> > Maxim.
> >
> > On 04/24/15 09:14, Jerin Jacob wrote:
> > >On Mon, Apr 20, 2015 at 04:22:15PM +0530, Jerin Jacob wrote:
> > >
> > >ping
> > >
> > >>v1..v2 Removed RFC
> > >>
> > >>
> > >>Signed-off-by: Jerin Jacob <jerin.ja...@caviumnetworks.com>
> > >>---
> > >>  include/odp/api/timer.h | 39 +++++++++++++++++++++++++++++++++++++++
> > >>  1 file changed, 39 insertions(+)
> > >>
> > >>diff --git a/include/odp/api/timer.h b/include/odp/api/timer.h
> > >>index 0dc9415..435c004 100644
> > >>--- a/include/odp/api/timer.h
> > >>+++ b/include/odp/api/timer.h
> > >>@@ -366,6 +366,45 @@ odp_timeout_t odp_timeout_alloc(odp_pool_t pool);
> > >>  void odp_timeout_free(odp_timeout_t tmo);
> > >>  /**
> > >>+ * Get printable value for an odp_timer_pool_t
> > >>+ *
> > >>+ * @param hdl  odp_timer_pool_t handle to be printed
> > >>+ * @return     uint64_t value that can be used to print/display this
> > >>+ *             handle
> > >>+ *
> > >>+ * @note This routine is intended to be used for diagnostic purposes
> > >>+ * to enable applications to generate a printable value that
> represents
> > >>+ * an odp_timer_pool_t handle.
> > >>+ */
> > >>+uint64_t odp_timer_pool_to_u64(odp_timer_pool_t hdl);
> > >>+
> > >>+/**
> > >>+ * Get printable value for an odp_timer_t
> > >>+ *
> > >>+ * @param hdl  odp_timer_t handle to be printed
> > >>+ * @return     uint64_t value that can be used to print/display this
> > >>+ *             handle
> > >>+ *
> > >>+ * @note This routine is intended to be used for diagnostic purposes
> > >>+ * to enable applications to generate a printable value that
> represents
> > >>+ * an odp_timer_t handle.
> > >>+ */
> > >>+uint64_t odp_timer_to_u64(odp_timer_t hdl);
> > >>+
> > >>+/**
> > >>+ * Get printable value for an odp_timeout_t
> > >>+ *
> > >>+ * @param hdl  odp_timeout_t handle to be printed
> > >>+ * @return     uint64_t value that can be used to print/display this
> > >>+ *             handle
> > >>+ *
> > >>+ * @note This routine is intended to be used for diagnostic purposes
> > >>+ * to enable applications to generate a printable value that
> represents
> > >>+ * an odp_timeout_t handle.
> > >>+ */
> > >>+uint64_t odp_timeout_to_u64(odp_timeout_t hdl);
> > >>+
> > >>+/**
> > >>   * @}
> > >>   */
> > >>--
> > >>2.1.0
> > >>
> > >_______________________________________________
> > >lng-odp mailing list
> > >lng-odp@lists.linaro.org
> > >https://lists.linaro.org/mailman/listinfo/lng-odp
> >
> > _______________________________________________
> > lng-odp mailing list
> > lng-odp@lists.linaro.org
> > https://lists.linaro.org/mailman/listinfo/lng-odp
> _______________________________________________
> lng-odp mailing list
> lng-odp@lists.linaro.org
> 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
lng-odp@lists.linaro.org
https://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to