From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 106E92904 for ; Thu, 11 Jan 2018 17:59:04 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Jan 2018 08:59:03 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,345,1511856000"; d="scan'208";a="192975381" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga005.jf.intel.com with ESMTP; 11 Jan 2018 08:59:03 -0800 Received: from fmsmsx125.amr.corp.intel.com (10.18.125.40) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 11 Jan 2018 08:56:41 -0800 Received: from fmsmsx115.amr.corp.intel.com ([169.254.4.132]) by FMSMSX125.amr.corp.intel.com ([169.254.2.212]) with mapi id 14.03.0319.002; Thu, 11 Jan 2018 08:56:41 -0800 From: "Carrillo, Erik G" To: Pavan Nikhilesh CC: "dev@dpdk.org" Thread-Topic: [PATCH v6 01/23] eventtimer: add event timer adapter API Thread-Index: AQHTiszss1OIPzf/NkaBlO8aKDquVaNu45Bg Date: Thu, 11 Jan 2018 16:56:40 +0000 Message-ID: References: <1512158458-22661-1-git-send-email-erik.g.carrillo@intel.com> <1515630074-29020-1-git-send-email-erik.g.carrillo@intel.com> <1515630074-29020-2-git-send-email-erik.g.carrillo@intel.com> <20180111111053.ibndphowlmomjd5q@Pavan-LT> In-Reply-To: <20180111111053.ibndphowlmomjd5q@Pavan-LT> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYjQ2ODQ2NDEtMDJjNy00OTUwLWI3YTgtOWZlNjM3YzcwZGMwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjIuNS4xOCIsIlRydXN0ZWRMYWJlbEhhc2giOiJZa2RublVXMzArdjR5UlVRUStCMGNCSjF6WmFSVytIeEFyd2xjMkpnSmtFdDRMalZFcHE3dzQ2WVdwWEllY1dxIn0= x-ctpclassification: CTP_NT x-originating-ip: [10.1.200.107] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v6 01/23] eventtimer: add event timer adapter API 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: Thu, 11 Jan 2018 16:59:05 -0000 > -----Original Message----- > From: Pavan Nikhilesh [mailto:pbhagavatula@caviumnetworks.com] > Sent: Thursday, January 11, 2018 5:11 AM > To: Carrillo, Erik G ; > jerin.jacob@caviumnetworks.com; nipun.gupta@nxp.com; > hemant.agrawal@nxp.com > Cc: dev@dpdk.org > Subject: Re: [PATCH v6 01/23] eventtimer: add event timer adapter API >=20 > On Wed, Jan 10, 2018 at 06:20:52PM -0600, Erik Gabriel Carrillo wrote: > > Signed-off-by: Erik Gabriel Carrillo >=20 > Consider giving credit to the original authors. >=20 Hi Pavan, Sorry about that! The additional Signed-off lines must have been dropped w= hen I amended the commit without my noticing. I'll certainly add them back= in. Thanks for the other good comments; I'll go through them in the next= few days. Regards, Gabriel