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 31398E5D for ; Mon, 27 Nov 2017 15:47:32 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Nov 2017 06:47:32 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,465,1505804400"; d="scan'208";a="10113621" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga001.jf.intel.com with ESMTP; 27 Nov 2017 06:47:31 -0800 Received: from fmsmsx117.amr.corp.intel.com (10.18.116.17) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 27 Nov 2017 06:47:31 -0800 Received: from fmsmsx115.amr.corp.intel.com ([169.254.4.116]) by fmsmsx117.amr.corp.intel.com ([169.254.3.51]) with mapi id 14.03.0319.002; Mon, 27 Nov 2017 06:47:30 -0800 From: "Carrillo, Erik G" To: Pavan Nikhilesh Bhagavatula CC: "jerin.jacob@caviumnetworks.com" , "nipun.gupta@nxp.com" , "hemant.agrawal@nxp.com" , "Rao, Nikhil" , "Vangati, Narender" , "rsanford@akamai.com" , "dev@dpdk.org" Thread-Topic: [RFC PATCH v3 1/1] eventtimer: introduce event timer adapter Thread-Index: AQHTZBTHJvZeXeeErkeNn9mbGUdpxKMoVNkA Date: Mon, 27 Nov 2017 14:47:30 +0000 Message-ID: References: <1506093431-57588-1-git-send-email-erik.g.carrillo@intel.com> <1511217333-142455-1-git-send-email-erik.g.carrillo@intel.com> <1511217333-142455-2-git-send-email-erik.g.carrillo@intel.com> <20171123043639.ekdsbe6m3oyyjroz@Pavan-LT> In-Reply-To: <20171123043639.ekdsbe6m3oyyjroz@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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYzFhNjU0MTktMGM2Zi00MDg0LThkYzktMjc0MWRkMGQxNTYzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjIuNS4xOCIsIlRydXN0ZWRMYWJlbEhhc2giOiJPMUZmTm85MG44eWE4QUd0QlwvUlhJeG5kckdnYUs4RlBUNW5LakFjT3B6NHFPWit1TmlvZG5BbXh0aWlNMU1NRyJ9 x-ctpclassification: CTP_IC 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] [RFC PATCH v3 1/1] eventtimer: introduce event timer adapter 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: Mon, 27 Nov 2017 14:47:33 -0000 Hi Pavan, Sure, will do. Thanks, Gabriel > -----Original Message----- > From: Pavan Nikhilesh Bhagavatula > [mailto:pbhagavatula@caviumnetworks.com] > Sent: Wednesday, November 22, 2017 10:37 PM > To: Carrillo, Erik G > Cc: jerin.jacob@caviumnetworks.com; nipun.gupta@nxp.com; > hemant.agrawal@nxp.com; Rao, Nikhil ; Vangati, > Narender ; rsanford@akamai.com; > dev@dpdk.org > Subject: Re: [RFC PATCH v3 1/1] eventtimer: introduce event timer adapter >=20 > Hi Gabriel, >=20 > Can you please split the patch into smaller chunks so that it will be eas= y to > review and provide comments. >=20 > Regards, > Pavan. >=20 > On Mon, Nov 20, 2017 at 04:35:33PM -0600, Erik Gabriel Carrillo wrote: > > Signed-off-by: Erik Gabriel Carrillo > > --- > > v3 > > - Reworked allocation and ops organization in common code based on > feedback > > received from Jerin and Pavan. This will allow fast-path function poi= nters > to > > be dereferenced with one level of indirection with pointers valid in > primary > > and secondary processes. > > - Moved default software implementation from sw_evdev directory to > eventdev > > library directory, which will allow it to be used by any eventdev PMD= as an > > alternative to providing its own definitions. > > - Reverted occurrences of id back to pointer to adapter struct in > > library API > > - Added rte_event_timer_adapter_lookup() function back in