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 9C8961B221 for ; Mon, 9 Oct 2017 18:49:03 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Oct 2017 09:49:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,500,1500966000"; d="scan'208";a="1228808179" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by fmsmga002.fm.intel.com with ESMTP; 09 Oct 2017 09:49:01 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.49]) by irsmsx105.ger.corp.intel.com ([169.254.7.75]) with mapi id 14.03.0319.002; Mon, 9 Oct 2017 17:49:00 +0100 From: "Mcnamara, John" To: "Kovacevic, Marko" CC: "dev@dpdk.org" , Herakliusz Lipiec Thread-Topic: [PATCH v5 1/2] doc: add generic compilation doc for all sample apps Thread-Index: AQHTQRpj+oO8XiBozEKXqWrsMxi9NaLbuc4A Date: Mon, 9 Oct 2017 16:48:59 +0000 Message-ID: References: <1507201957-237765-1-git-send-email-marko.kovacevic@intel.com> <1507565946-223643-1-git-send-email-marko.kovacevic@intel.com> In-Reply-To: <1507565946-223643-1-git-send-email-marko.kovacevic@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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYzYzYzJjNWQtMWUwZS00ZWU0LTg5YjUtZDMyZWU4ZGMzYmZkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IlhuTjd0QTRqR2lIdXBnRFVWZ1NHTUpKaW13Tmp2cUpRVEFcLyswc0JJbnVZPSJ9 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 v5 1/2] 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: Mon, 09 Oct 2017 16:49:04 -0000 > -----Original Message----- > From: Kovacevic, Marko > Sent: Monday, October 9, 2017 5:19 PM > To: Mcnamara, John > Cc: dev@dpdk.org; Kovacevic, Marko ; Heraklius= z > Lipiec > Subject: [PATCH v5 1/2] doc: add generic compilation doc for all sample > apps >=20 > From: Herakliusz Lipiec >=20 > Moved duplicated, and occasionally outdated, doc sections from each of th= e > 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 > Signed-off-by: Herakliusz Lipiec > Signed-off-by: Marko Kovacevic > Reviewed-by: John McNamara I think there was is a line or two missing in the "single application" inst= ructions. Also, since the original patch there are 2 new sample applications that sho= uld be fixed as well: * vhost_scsi * eventdev_pipeline_sw_pmd Also, the tep_termination doc could be updated. John