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 3DF03532C for ; Fri, 30 Jun 2017 14:25:32 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga104.jf.intel.com with ESMTP; 30 Jun 2017 05:25:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,286,1496127600"; d="scan'208";a="103149680" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by orsmga004.jf.intel.com with ESMTP; 30 Jun 2017 05:25:30 -0700 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by IRSMSX102.ger.corp.intel.com (163.33.3.155) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 30 Jun 2017 13:25:29 +0100 Received: from irsmsx104.ger.corp.intel.com ([169.254.5.26]) by irsmsx155.ger.corp.intel.com ([169.254.14.182]) with mapi id 14.03.0319.002; Fri, 30 Jun 2017 13:25:28 +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 v4 2/3] doc: add sw eventdev pipeline to sample app ug Thread-Index: AQHS8PBcWoLJxkofRUOGZjPvm69Br6I9Vb3w Date: Fri, 30 Jun 2017 12:25:28 +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-3-git-send-email-david.hunt@intel.com> In-Reply-To: <1498751388-41571-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZWRiMzBlMWUtYTFlOC00NzUyLTk0MjMtN2FlYTM5ZmRkYzNhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6Ik4wQjZqSmY5MWxVXC9FdE9VSm5RVEFKcTZ0amFtbWx3ejNNbThTTFVTOU9NPSJ9 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 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 12:25:32 -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 > ; Hunt, David > Subject: [dpdk-dev] [PATCH v4 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 Good doc. > diff --git a/doc/guides/sample_app_ug/index.rst > b/doc/guides/sample_app_ug/index.rst > index 02611ef..11f5781 100644 > --- a/doc/guides/sample_app_ug/index.rst > +++ b/doc/guides/sample_app_ug/index.rst > @@ -69,6 +69,7 @@ Sample Applications User Guides > netmap_compatibility > ip_pipeline > test_pipeline > + eventdev_pipeline Should be eventdev_pipeline_sw. Otherwise there is a build error.