Re: [dpdk-dev] [PATCH] eventdev: fix resetting software timer

2018-05-22 Thread Thomas Monjalon
> > 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 > > ---

Re: [dpdk-dev] [PATCH] eventdev: fix resetting software timer

2018-05-22 Thread Carrillo, Erik G
> -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 ; Jerin Jacob > > Cc: dev@dpdk.org; Dan Gora > Subject: [PATCH] eventdev: fix resetting software timer > > Fix the call to rte_timer_reset_s