From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id D99B01BB4E for ; Fri, 27 Oct 2017 01:23:39 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 32E6320BC9; Thu, 26 Oct 2017 19:23:38 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Thu, 26 Oct 2017 19:23:38 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=BlLMPCzSGOWyV9Me4N/M0Uz/Sa XXwxcNM22QnZsWqnI=; b=KZ0soAMbEfICG0IUzrAUpR4GJki1e1Tgrr0SYdHj1l 244jE+gl3xIlCCA2PIF1o2SI8qpklAB3wPZsCJpRIlZ7DIdmQIuDVKIVH2mlT2gX msNLGVFPpbEZLr1z3zuZ4MrQeE7dIr/kfwU8Bdv8UJrPmQxWhhdbKY8L+1M3TEtj c= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=BlLMPC zSGOWyV9Me4N/M0Uz/SaXXwxcNM22QnZsWqnI=; b=jlMcPYSxCbTJ+Q1zUtXYdy AMd0fgmYOProm+UpralYW1oc/5HBcti/ub6cTrp13PF6yFSrWbWNWhQTFpoi0ycu 9f6yj6FpVHySUBCuMzjak2sE94lqqUa8V5catrhyzEyeVjr5WxEThs0I+clfKkdo cNgulCBWJ4IsMmqGX1In7Os4mQo5vfte1pF1gr/Ed5roAXM9ds1fjnnj7YUYykhz i/Ha6FxthXFEcVUKqHHx0JVjYBRfAYW4thN9yEeHdMGFcDzWlhear5+RK4dChuTd PaX2DdcOUxqEkiQzpdFjZr2WxIBFVSr7g7kutqDjoZUD137yF/T4JbtxP2wiN0cw == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id DC99B7E17C; Thu, 26 Oct 2017 19:23:37 -0400 (EDT) From: Thomas Monjalon To: Marko Kovacevic Cc: dev@dpdk.org, john.mcnamara@intel.com, Herakliusz Lipiec Date: Fri, 27 Oct 2017 01:23:37 +0200 Message-ID: <1768023.FrWHi32c0B@xps> In-Reply-To: <1508946660-44354-1-git-send-email-marko.kovacevic@intel.com> References: <1508946660-44354-1-git-send-email-marko.kovacevic@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v10 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: Thu, 26 Oct 2017 23:23:40 -0000 25/10/2017 17:50, Marko Kovacevic: > From: Herakliusz Lipiec > > Moved duplicated, and occasionally outdated, doc sections from each > of the sample app guides chapters to a common chapter at the start. > > This reduces the duplication in the docs and provides a single > point of reference for compiling the sample apps. > > Signed-off-by: Herakliusz Lipiec > Signed-off-by: Marko Kovacevic Series applied, thanks