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 73862A04AA; Tue, 8 Sep 2020 10:16:14 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5299F2BA8; Tue, 8 Sep 2020 10:16:14 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 9B4C1255 for ; Tue, 8 Sep 2020 10:16:12 +0200 (CEST) IronPort-SDR: 2Mtscx3zfOjjIscWh3qZ3YkWeSR9oP0/Xao8yTJH5b9WrVGyV5aT4wlKFdHDhzek+EQczvQKZv XroTmEOBcTtg== X-IronPort-AV: E=McAfee;i="6000,8403,9737"; a="155581497" X-IronPort-AV: E=Sophos;i="5.76,405,1592895600"; d="scan'208";a="155581497" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Sep 2020 01:16:11 -0700 IronPort-SDR: o+wsowlJlEsI5GenyNOH8wxtncK0+LSOKgm6c99lZL/BCqvahIw3387v11hkaPhWPgGOvqLiOE jcqtufWhSKtA== X-IronPort-AV: E=Sophos;i="5.76,405,1592895600"; d="scan'208";a="448695616" Received: from bricha3-mobl.ger.corp.intel.com ([10.251.81.164]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 08 Sep 2020 01:16:10 -0700 Date: Tue, 8 Sep 2020 09:16:06 +0100 From: Bruce Richardson To: Thomas Monjalon Cc: dev@dpdk.org, david.marchand@redhat.com, ciara.power@intel.com Message-ID: <20200908081606.GA351@bricha3-MOBL.ger.corp.intel.com> References: <20200903152717.42095-1-ciara.power@intel.com> <20200907220711.437405-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200907220711.437405-1-thomas@monjalon.net> Subject: Re: [dpdk-dev] [PATCH v4 00/31] remove make support in DPDK 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 Tue, Sep 08, 2020 at 12:06:40AM +0200, Thomas Monjalon wrote: > The first 13 commits of this series are pushed to the main branch, > making the make-based build an old story. > > The last 18 commits (devtools, app and doc) are pending > for more reviews, especially because the doc rework is > still in progress. This is a big change which requires > to be split but must be completed soon. > *All*, please make the documentation update your highest priority. > I will be reluctant to merge some driver changes if the related doc > is not updated. > Thanks for the apply of the code patches, I think it will make all our subsequent patch submissions a bit cleaner. In terms of docs, I believe the Linux and FreeBSD GSG guides to be ready for merge, or if not 100% they are at least good enough IMHO to be applied now and have some minor tweaks in subsequent patches later. While I'm sure the Linux GSG could do with more major rework, that should be separate from the doc updates in this patch. /Bruce