From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 95E1FA04F1; Thu, 18 Jun 2020 11:48:09 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7094D1BEAC; Thu, 18 Jun 2020 11:48:09 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id ACCD51BEA7 for ; Thu, 18 Jun 2020 11:48:07 +0200 (CEST) IronPort-SDR: NknDAwVSZrZnGeG6b+ZxhugGKsSosQEWfCarlm1XrdkfbWY9axFGrhIcwopz1/JZfkmst506si 570I5ckVRFPg== X-IronPort-AV: E=McAfee;i="6000,8403,9655"; a="207751368" X-IronPort-AV: E=Sophos;i="5.73,526,1583222400"; d="scan'208";a="207751368" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Jun 2020 02:48:06 -0700 IronPort-SDR: tjAQaqdNhu5IFZK7Z9amzDYXJzWhdEkcTL1XIIHXm6qncDA8FEzUAqxVcaEHrOjGBQ0W8Ze6AF Wmt/KsLLCabA== X-IronPort-AV: E=Sophos;i="5.73,526,1583222400"; d="scan'208";a="450582152" Received: from bricha3-mobl.ger.corp.intel.com ([10.252.14.154]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 18 Jun 2020 02:48:04 -0700 Date: Thu, 18 Jun 2020 10:48:01 +0100 From: Bruce Richardson To: Thomas Monjalon Cc: dev@dpdk.org, david.marchand@redhat.com, Nicolas Chautru , John McNamara , Marko Kovacevic , Jay Zhou , Ajit Khaparde , Somnath Kotur , Wenzhuo Lu , Beilei Xing , Bernard Iremonger Message-ID: <20200618094801.GB578@bricha3-MOBL.ger.corp.intel.com> References: <20200618004218.3730743-1-thomas@monjalon.net> <20200618004218.3730743-3-thomas@monjalon.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200618004218.3730743-3-thomas@monjalon.net> Subject: Re: [dpdk-dev] [PATCH 2/4] doc: remove build instructions where unneeded 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Thu, Jun 18, 2020 at 02:42:16AM +0200, Thomas Monjalon wrote: > The build should be described only in few places, > in order to maintain up-to-date, accurate and detailed instructions. > This change is removing some of the unneeded repetitions. > > Signed-off-by: Thomas Monjalon > --- Good cleanup. Acked-by: Bruce Richardson