From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 42757231E for ; 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" To: Dan Gora , Jerin Jacob CC: "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: 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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 ; Jerin Jacob > > Cc: dev@dpdk.org; Dan Gora > 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 > --- Good catch, Dan; thanks for the fix. Acked-by: Erik Gabriel Carrillo