[dpdk-dev] [PATCH v1] rte_timer: add rte_timer_next_ticks

Thomas Monjalon thomas at monjalon.net
Mon Jan 20 01:38:38 CET 2020


20/12/2019 23:43, Carrillo, Erik G:
> Hi Stephen,
> 
> I added a comment  in-line.  With that change, it looks good to me:
> 
> Acked-by: Erik Gabriel Carrillo <erik.g.carrillo at intel.com>

Applied with below change, thanks.

> From: Stephen Hemminger <stephen at networkplumber.org>
> 
> > It is useful to know when the next timer will expire when using
> > rte_epoll_wait (or sleep when idle). This experimental API provides a hook
> > to query the number of ticks remaining.
> > 
> > Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
> > ---
> > + * Time until the next timer
> 
> s/next timer/next timer on the current lcore






More information about the dev mailing list