From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] eventdev: fix resetting software timer Date: Tue, 22 May 2018 19:40:35 +0200 Message-ID: <3890874.gVx2hOZtTL@xps> References: <20180522001414.9350-1-dg@adax.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Carrillo, Erik G" , Jerin Jacob To: Dan Gora Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 9FF7723B for ; Tue, 22 May 2018 19:40:37 +0200 (CEST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > 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.carrillo@intel.com > > > > Signed-off-by: Dan Gora > > --- > Good catch, Dan; thanks for the fix. > > Acked-by: Erik Gabriel Carrillo Applied, thanks