From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id AA58D5689 for ; Fri, 30 Jun 2017 16:38:08 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Jun 2017 07:38:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,286,1496127600"; d="scan'208";a="121336240" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by fmsmga006.fm.intel.com with ESMTP; 30 Jun 2017 07:38:05 -0700 Received: from irsmsx104.ger.corp.intel.com ([169.254.5.26]) by IRSMSX101.ger.corp.intel.com ([169.254.1.242]) with mapi id 14.03.0319.002; Fri, 30 Jun 2017 15:38:05 +0100 From: "Mcnamara, John" To: "Hunt, David" , "dev@dpdk.org" CC: "jerin.jacob@caviumnetworks.com" , "Van Haaren, Harry" Thread-Topic: [dpdk-dev] [PATCH v5 3/3] doc: add eventdev library to programmers guide Thread-Index: AQHS8agRUX0b749Vs02O8TaGz9fBVaI9eYaA Date: Fri, 30 Jun 2017 14:38:04 +0000 Message-ID: References: <1498751388-41571-2-git-send-email-david.hunt@intel.com> <1498830673-56759-1-git-send-email-david.hunt@intel.com> <1498830673-56759-4-git-send-email-david.hunt@intel.com> In-Reply-To: <1498830673-56759-4-git-send-email-david.hunt@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZDJiYmQwYmYtODI1Zi00OGYzLWJkMzMtYTc4ZWU4NGI0OTIzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6Ik94M0ROMFdBQ1VMRnVZNmxuQTlNTllSQklLSlRyM1JXYllmd1JDZ09ac2c9In0= dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v5 3/3] doc: add eventdev library to programmers guide 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: Fri, 30 Jun 2017 14:38:09 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of David Hunt > Sent: Friday, June 30, 2017 2:51 PM > To: dev@dpdk.org > Cc: jerin.jacob@caviumnetworks.com; Van Haaren, Harry > > Subject: [dpdk-dev] [PATCH v5 3/3] doc: add eventdev library to > programmers guide >=20 > From: Harry van Haaren >=20 > This commit adds an entry in the programmers guide explaining the eventde= v > library. >=20 > The rte_event struct, queues and ports are explained. > An API walktrough of a simple two stage atomic pipeline provides the > reader with a step by step overview of the expected usage of the Eventdev > API. >=20 > Signed-off-by: Harry van Haaren Acked-by: John McNamara