From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 053811B60A for ; Thu, 2 Nov 2017 18:00:32 +0100 (CET) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga105.fm.intel.com with ESMTP; 02 Nov 2017 10:00:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,335,1505804400"; d="scan'208";a="168493031" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by orsmga005.jf.intel.com with ESMTP; 02 Nov 2017 10:00:29 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.49]) by IRSMSX109.ger.corp.intel.com ([169.254.13.28]) with mapi id 14.03.0319.002; Thu, 2 Nov 2017 17:00:28 +0000 From: "Mcnamara, John" To: "Iremonger, Bernard" , "dev@dpdk.org" Thread-Topic: [PATCH 2/2] doc: flow classify sample app guide Thread-Index: AQHTTjot3pIYFLcUsUabiNvsgaAixqMBW08Q Date: Thu, 2 Nov 2017 17:00:27 +0000 Message-ID: References: <1509008957-11812-1-git-send-email-bernard.iremonger@intel.com> <1509008957-11812-3-git-send-email-bernard.iremonger@intel.com> In-Reply-To: <1509008957-11812-3-git-send-email-bernard.iremonger@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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNDkyMWJhNzItZmMyZS00YWZmLThmYjgtNjU4NDdlOTU2ZWU2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IkJcL2xXbWdES2t0QzhUek5EZHpwSEJFTHlDUTRLZHJWUE1FQ2Z6dFB1RkJZPSJ9 dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.180] 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:00:33 -0000 > -----Original Message----- > From: Iremonger, Bernard > Sent: Thursday, October 26, 2017 10:09 AM > To: dev@dpdk.org; Mcnamara, John > Cc: Iremonger, Bernard > Subject: [PATCH 2/2] doc: flow classify sample app guide >=20 > This file documents the flow_classify sample application which is used to > demonstate use of the Flow Classify library, librte_flow_classify. >=20 > Updated MAINTAINERS file >=20 > Signed-off-by: Bernard Iremonger > + > +Compiling the Application > +------------------------- > + > +To compile the application export the path to the DPDK source tree and > +go to the example directory: > + There is now a simple section for compilation that you can reference direct= ly like this: http://dpdk.org/doc/guides/sample_app_ug/hello_world.html#compiling-the-app= lication Copy the example from one of the other sample app guides. John