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 <[email protected]>
Applied with below change, thanks. > From: Stephen Hemminger <[email protected]> > > > 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 <[email protected]> > > --- > > + * Time until the next timer > > s/next timer/next timer on the current lcore

