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 46B0A2904 for ; Thu, 29 Jun 2017 18:33:23 +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; 29 Jun 2017 09:33:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,281,1496127600"; d="scan'208";a="1188609773" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by fmsmga002.fm.intel.com with ESMTP; 29 Jun 2017 09:33:19 -0700 Received: from irsmsx104.ger.corp.intel.com ([169.254.5.26]) by IRSMSX107.ger.corp.intel.com ([169.254.10.129]) with mapi id 14.03.0319.002; Thu, 29 Jun 2017 17:33:18 +0100 From: "Mcnamara, John" To: "Lipiec, Herakliusz" CC: "heraklusz.lipiec@intel.com" , "dev@dpdk.org" Thread-Topic: [PATCH v2] doc: add generic compilation doc for all sample apps Thread-Index: AQHS8LNzisDkLC42WkiIpWN4QAsX/aI8B9TQ Date: Thu, 29 Jun 2017 16:33:18 +0000 Message-ID: References: <20170601163540.8975-1-herakliusz.lipiec@intel.com> <20170629084044.32173-1-herakliusz.lipiec@intel.com> In-Reply-To: <20170629084044.32173-1-herakliusz.lipiec@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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNjI1NTZiMzAtNWMyYi00MmE3LWFjYjMtMDBjYTE2OTc4YmVhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IkNhcjNGb1dybDZzdWk0clhhYlRuSFJRcVZaRG9tOXZIZTJKdng0aGFTcjA9In0= dlp-product: dlpe-windows dlp-version: 10.0.102.7 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 v2] doc: add generic compilation doc for all sample apps 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, 29 Jun 2017 16:33:24 -0000 > -----Original Message----- > From: Lipiec, Herakliusz > Sent: Thursday, June 29, 2017 9:41 AM > To: Mcnamara, John > Cc: heraklusz.lipiec@intel.com; dev@dpdk.org > Subject: [PATCH v2] doc: add generic compilation doc for all sample apps >=20 > Moved duplicated, and occasionally outdated, doc sections from each > of the sample app guides chapters to a common chapter at the start. >=20 > This reduces the duplication in the docs and provides a single > point of reference for compiling the sample apps. Acked-by: John McNamara