From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 34DBC5699 for ; Fri, 30 Jun 2017 16:37:11 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga104.jf.intel.com with ESMTP; 30 Jun 2017 07:37:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,286,1496127600"; d="scan'208";a="105676262" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by orsmga002.jf.intel.com with ESMTP; 30 Jun 2017 07:37:10 -0700 Received: from irsmsx104.ger.corp.intel.com ([169.254.5.26]) by IRSMSX154.ger.corp.intel.com ([169.254.12.76]) with mapi id 14.03.0319.002; Fri, 30 Jun 2017 15:37:09 +0100 From: "Mcnamara, John" To: "Hunt, David" , "dev@dpdk.org" CC: "jerin.jacob@caviumnetworks.com" , "Van Haaren, Harry" , "Hunt, David" Thread-Topic: [dpdk-dev] [PATCH v5 2/3] doc: add sw eventdev pipeline to sample app ug Thread-Index: AQHS8agLdbwZquBPGUeFVEHt//9i+qI9eTyg Date: Fri, 30 Jun 2017 14:37:08 +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-3-git-send-email-david.hunt@intel.com> In-Reply-To: <1498830673-56759-3-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZjExOWVlMzAtMjk0Zi00YWZkLTk0NzQtMTY2NDBiZmZiOTA1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6Img5Zzd5Ym5makdneGJBTWpiaDd6bml5RjJVeUF2V3JxdkRUZXZBNXNZbTA9In0= 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 2/3] doc: add sw eventdev pipeline to sample app ug 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:37:12 -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 > ; Hunt, David > Subject: [dpdk-dev] [PATCH v5 2/3] doc: add sw eventdev pipeline to sampl= e > app ug >=20 > From: Harry van Haaren >=20 > Add a new entry in the sample app user-guides, which details the working > of the eventdev_pipeline_sw. >=20 > Signed-off-by: Harry van Haaren > Signed-off-by: David Hunt Acked-by: John McNamara