From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <erik.g.carrillo@intel.com>
Received: from mga09.intel.com (mga09.intel.com [134.134.136.24])
 by dpdk.org (Postfix) with ESMTP id 42757231E
 for <dev@dpdk.org>; Tue, 22 May 2018 16:08:08 +0200 (CEST)
X-Amp-Result: SKIPPED(no attachment in message)
X-Amp-File-Uploaded: False
Received: from fmsmga005.fm.intel.com ([10.253.24.32])
 by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;
 22 May 2018 07:08:07 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.49,430,1520924400"; d="scan'208";a="230655665"
Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201])
 by fmsmga005.fm.intel.com with ESMTP; 22 May 2018 07:08:07 -0700
Received: from fmsmsx119.amr.corp.intel.com (10.18.124.207) by
 FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS)
 id 14.3.319.2; Tue, 22 May 2018 07:08:07 -0700
Received: from fmsmsx115.amr.corp.intel.com ([169.254.4.80]) by
 FMSMSX119.amr.corp.intel.com ([169.254.14.138]) with mapi id 14.03.0319.002;
 Tue, 22 May 2018 07:08:07 -0700
From: "Carrillo, Erik G" <erik.g.carrillo@intel.com>
To: Dan Gora <dg@adax.com>, Jerin Jacob <jerin.jacob@caviumnetworks.com>
CC: "dev@dpdk.org" <dev@dpdk.org>
Thread-Topic: [PATCH] eventdev: fix resetting software timer
Thread-Index: AQHT8WHeXSFXc1fRDUWC/P1owwVvpqQ7yThA
Date: Tue, 22 May 2018 14:08:06 +0000
Message-ID: <BE54F058557D9A4FAC1D84E2FC6D87570EE4D881@fmsmsx115.amr.corp.intel.com>
References: <20180522001414.9350-1-dg@adax.com>
In-Reply-To: <20180522001414.9350-1-dg@adax.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
dlp-product: dlpe-windows
dlp-version: 11.0.200.100
dlp-reaction: no-action
x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYTExMjQ2NTQtNDBkNS00OTRjLWE0MjctN2VhMWUzNjYxYjRjIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjIuNS4xOCIsIlRydXN0ZWRMYWJlbEhhc2giOiJRbXhlQjVYam4xK3ZwMjlRdGg4M2hTcFVPWHVRNVZCeVVBVU5EZnVPSkdMczlpamtveVJkZWpEclllUUlqQ3gyIn0=
x-ctpclassification: CTP_NT
x-originating-ip: [10.1.200.108]
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Subject: Re: [dpdk-dev] [PATCH] eventdev: fix resetting software timer
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Tue, 22 May 2018 14:08:09 -0000

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

Acked-by: Erik Gabriel Carrillo <erik.g.carrillo@intel.com>