From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id E23C27D30 for ; Wed, 14 Jun 2017 20:26:23 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Jun 2017 11:26:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,341,1493708400"; d="scan'208";a="99517281" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by orsmga002.jf.intel.com with ESMTP; 14 Jun 2017 11:26:21 -0700 Received: from irsmsx104.ger.corp.intel.com ([169.254.5.26]) by IRSMSX109.ger.corp.intel.com ([169.254.13.250]) with mapi id 14.03.0319.002; Wed, 14 Jun 2017 19:26:20 +0100 From: "Mcnamara, John" To: "Lipiec, Herakliusz" CC: "dev@dpdk.org" Thread-Topic: [PATCH] doc: add generic compilation doc for all sample apps Thread-Index: AQHS2vUpE4kh4BUX6EqzvJQ0SpnREKIkwTHQ Date: Wed, 14 Jun 2017 18:26:20 +0000 Message-ID: References: <20170601163540.8975-1-herakliusz.lipiec@intel.com> In-Reply-To: <20170601163540.8975-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiODEzODRiZDktZWY2NS00NWYzLTg5ODYtMTQ4YmQyOTNiMzlkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IkdoV0hRckZ2MGRFeTVVaFVqQm1EMkMwY25Xc1JrR2l0Vlwvb0phaFdEQ05ZPSJ9 dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] 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: Wed, 14 Jun 2017 18:26:24 -0000 > -----Original Message----- > From: Lipiec, Herakliusz > Sent: Thursday, June 1, 2017 5:36 PM > To: Mcnamara, John > Cc: Lipiec, Herakliusz ; dev@dpdk.org > Subject: [PATCH] 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. >=20 > Fixes: d0dff9ba445e ("doc: sample application user guide") > Fixes: 60643134c1c1 ("doc: add distributor application") > Fixes: bda68ab9d1e7 ("examples/ethtool: add user-space ethtool sample > application") > Fixes: d299106e8e31 ("examples/ipsec-secgw: add IPsec sample application"= ) > Fixes: e64833f2273a ("examples/l2fwd-keepalive: add sample application") > Fixes: d0dff9ba445e ("doc: sample application user guide") > Fixes: f6baccbc2b3b ("examples/l2fwd-cat: add sample application for PQoS > CAT and CDP") > Fixes: ba7b86b1419b ("doc: add l2fwd-crypto sample app guide") > Fixes: ccefe752cab0 ("doc: add jobstats sample guide") > Fixes: 1b2038b06fae ("doc: new packet ordering app description") > Fixes: 4d1a771bd88d ("doc: add guide for performance-thread example") > Fixes: 2d1232571112 ("doc: add PTP client sample guide") > Fixes: 0d8d3df6b81b ("doc: add Rx and Tx callbacks sample app user guide"= ) > Fixes: eb21185d6f21 ("doc: add flow distributor example guide") > Fixes: 1443da3bbd71 ("doc: add basic forwarding skeleton user guide") > Fixes: 181654b7162e ("doc: add a VXLAN sample guide") > Fixes: c75f4e6a7a2b ("doc: add vm power mgmt app") >=20 > Signed-off-by: Herakliusz Lipiec Good patch. It has quite a few trailing whitespace warnings. Could you fix those in a v= 2. Thanks, John