From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 6179E559A for ; Fri, 25 Nov 2016 13:10:05 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga104.fm.intel.com with ESMTP; 25 Nov 2016 04:10:04 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,547,1473145200"; d="scan'208";a="1064056520" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by orsmga001.jf.intel.com with ESMTP; 25 Nov 2016 04:10:03 -0800 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.91]) by irsmsx105.ger.corp.intel.com ([169.254.7.43]) with mapi id 14.03.0248.002; Fri, 25 Nov 2016 12:09:59 +0000 From: "Richardson, Bruce" To: "Van Haaren, Harry" , Jerin Jacob , Thomas Monjalon CC: "dev@dpdk.org" , "hemant.agrawal@nxp.com" , "Eads, Gage" Thread-Topic: [dpdk-dev] [PATCH 1/4] eventdev: introduce event driven programming model Thread-Index: AQHSQV8GNdfEdATnvkypt0bzG1EN06Dm7wKAgAB69ICAAOQxAIAAk2sAgADCcICAAAKlUA== Date: Fri, 25 Nov 2016 12:09:59 +0000 Message-ID: <59AF69C657FD0841A61C55336867B5B035B4EE8E@IRSMSX103.ger.corp.intel.com> References: <1479447902-3700-1-git-send-email-jerin.jacob@caviumnetworks.com> <3691745.y1f1NvKTEv@xps13> <20161124015912.GA13508@svelivela-lt.caveonetworks.com> <1883454.103LptOkIX@xps13> <20161125002334.GA21048@svelivela-lt.caveonetworks.com> In-Reply-To: Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYTRmNDQwZTAtZjA1MS00YzAyLWFlYmQtMzU2YzczNDM1YTlkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6ImlveUhKbDVWTzkxYkJLRStSQURQWHRFUnBjWXB4eUtNUVpFOHd1OWdyclE9In0= x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 1/4] eventdev: introduce event driven programming model X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Nov 2016 12:10:05 -0000 > -----Original Message----- > From: Van Haaren, Harry > Sent: Friday, November 25, 2016 11:59 AM > To: Jerin Jacob ; Thomas Monjalon > > Cc: dev@dpdk.org; Richardson, Bruce ; > hemant.agrawal@nxp.com; Eads, Gage > Subject: RE: [dpdk-dev] [PATCH 1/4] eventdev: introduce event driven > programming model >=20 > Hi All, >=20 > > From: Jerin Jacob [mailto:jerin.jacob@caviumnetworks.com] > > Sent: Friday, November 25, 2016 12:24 AM > > To: Thomas Monjalon > > Cc: dev@dpdk.org; Richardson, Bruce ; Van > > Haaren, Harry ; hemant.agrawal@nxp.com; > > Eads, Gage > > Subject: Re: [dpdk-dev] [PATCH 1/4] eventdev: introduce event driven > > programming model > > > > On Thu, Nov 24, 2016 at 04:35:56PM +0100, Thomas Monjalon wrote: > > > 2016-11-24 07:29, Jerin Jacob: > > > > On Wed, Nov 23, 2016 at 07:39:09PM +0100, Thomas Monjalon wrote: > > > > > 2016-11-18 11:14, Jerin Jacob: > > > > > > > +#define RTE_EVENT_TYPE_ETHDEV 0x0 > > > > > > +/**< The event generated from ethdev subsystem */ > > > > > > +#define RTE_EVENT_TYPE_CRYPTODEV 0x1 > > > > > > +/**< The event generated from crypodev subsystem */ > > > > > > +#define RTE_EVENT_TYPE_TIMERDEV 0x2 > > > > > > +/**< The event generated from timerdev subsystem */ > > > > > > +#define RTE_EVENT_TYPE_CORE 0x3 > > > > > > +/**< The event generated from core. > > > > > > > > > > What is core? > > > > > > > > The event are generated by lcore for pipeling. Any suggestion for > > > > better name? lcore? > > > > > > What about CPU or SW? > > > > No strong opinion here. I will go with CPU then >=20 >=20 > +1 for CPU (as SW is the software PMD name). >=20 Fine, I'm outvoted. I'll learn to live with it. :-) /Bruce