> -----Original Message----- > From: Dan Gora [mailto:dan.g...@gmail.com] On Behalf Of Dan Gora > Sent: Monday, May 21, 2018 7:14 PM > To: Carrillo, Erik G <erik.g.carri...@intel.com>; Jerin Jacob > <jerin.ja...@caviumnetworks.com> > Cc: dev@dpdk.org; Dan Gora <d...@adax.com> > Subject: [PATCH] eventdev: fix resetting software timer > > Fix the call to rte_timer_reset_sync() in sw_event_timer_cb(). The second > parameter is the number of ticks, the third is the timer type. > > Fixes: 6750b21bd6af ("eventdev: add default software timer adapter") > Cc: erik.g.carri...@intel.com > > Signed-off-by: Dan Gora <d...@adax.com> > --- Good catch, Dan; thanks for the fix.
Acked-by: Erik Gabriel Carrillo <erik.g.carri...@intel.com>