From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 8702A532C for ; Fri, 30 Jun 2017 14:26:57 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Jun 2017 05:26:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,286,1496127600"; d="scan'208";a="1189003067" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by fmsmga002.fm.intel.com with ESMTP; 30 Jun 2017 05:26:55 -0700 Received: from irsmsx104.ger.corp.intel.com ([169.254.5.26]) by IRSMSX153.ger.corp.intel.com ([169.254.9.74]) with mapi id 14.03.0319.002; Fri, 30 Jun 2017 13:26:55 +0100 From: "Mcnamara, John" To: "Hunt, David" , "dev@dpdk.org" CC: "jerin.jacob@caviumnetworks.com" , "Van Haaren, Harry" Thread-Topic: [dpdk-dev] [PATCH v4 3/3] doc: add eventdev library to programmers guide Thread-Index: AQHS8PBlCxcQao3WB02THn8gW/Bbo6I9VgrQ Date: Fri, 30 Jun 2017 12:26:54 +0000 Message-ID: References: <1498568061-27479-2-git-send-email-david.hunt@intel.com> <1498751388-41571-1-git-send-email-david.hunt@intel.com> <1498751388-41571-4-git-send-email-david.hunt@intel.com> In-Reply-To: <1498751388-41571-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMjBmYTQyMjctZWI4My00YzVlLWExNjctNTA5NDM2OGJjMzQ2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6Ik5MNVArZUIreUJEQUF5dm9zNUw5N2c4QWdKYkJTVEVBMENPUUNMSGtkTnM9In0= 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 v4 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 12:26:58 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of David Hunt > Sent: Thursday, June 29, 2017 4:50 PM > To: dev@dpdk.org > Cc: jerin.jacob@caviumnetworks.com; Van Haaren, Harry > > Subject: [dpdk-dev] [PATCH v4 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 > +API Walktrough > +-------------- Should be Walkthrough or Walk-through. Here and a few other places. Also make sure to adjust the underline when you fix the typo.