From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id C1F031B621 for ; Thu, 2 Nov 2017 18:32:40 +0100 (CET) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Nov 2017 10:32:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,335,1505804400"; d="scan'208";a="170641797" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by fmsmga005.fm.intel.com with ESMTP; 02 Nov 2017 10:32:24 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.167]) by IRSMSX107.ger.corp.intel.com ([169.254.10.239]) with mapi id 14.03.0319.002; Thu, 2 Nov 2017 17:32:23 +0000 From: "Iremonger, Bernard" To: "Mcnamara, John" , "dev@dpdk.org" CC: "Iremonger, Bernard" Thread-Topic: [PATCH 2/2] doc: flow classify sample app guide Thread-Index: AQHTTjotw/tut0YdCk27FMofOGH1l6MBW7WAgAAIe2A= Date: Thu, 2 Nov 2017 17:32:23 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C24E05A925@IRSMSX108.ger.corp.intel.com> References: <1509008957-11812-1-git-send-email-bernard.iremonger@intel.com> <1509008957-11812-3-git-send-email-bernard.iremonger@intel.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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNDkyMWJhNzItZmMyZS00YWZmLThmYjgtNjU4NDdlOTU2ZWU2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IkJcL2xXbWdES2t0QzhUek5EZHpwSEJFTHlDUTRLZHJWUE1FQ2Z6dFB1RkJZPSJ9 x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 11.0.0.116 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 2/2] doc: flow classify sample app 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: Thu, 02 Nov 2017 17:32:41 -0000 Hi John, > > Subject: [PATCH 2/2] doc: flow classify sample app guide > > > > This file documents the flow_classify sample application which is used > > to demonstate use of the Flow Classify library, librte_flow_classify. > > > > Updated MAINTAINERS file > > > > Signed-off-by: Bernard Iremonger >=20 > > + > > +Compiling the Application > > +------------------------- > > + > > +To compile the application export the path to the DPDK source tree > > +and go to the example directory: > > + >=20 >=20 > There is now a simple section for compilation that you can reference dire= ctly > like this: >=20 > http://dpdk.org/doc/guides/sample_app_ug/hello_world.html#compiling- > the-application >=20 > Copy the example from one of the other sample app guides. Will do. >=20 >=20 > John Regards, Bernard.