From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.0 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AF0E2C433E0 for ; Fri, 7 Aug 2020 13:28:40 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id 4E2BE2086A for ; Fri, 7 Aug 2020 13:28:40 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4E2BE2086A Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7CD562BF1; Fri, 7 Aug 2020 15:28:39 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id B6F872BF1 for ; Fri, 7 Aug 2020 15:28:37 +0200 (CEST) IronPort-SDR: eCdatWX/u78QFubc0pdRy6sfbG3UTP55kDOxeNTq0xnSyCYn2pisMqDLcOxLMSUyw/WjhuxrBP zuyu8KWqNyXw== X-IronPort-AV: E=McAfee;i="6000,8403,9705"; a="150793971" X-IronPort-AV: E=Sophos;i="5.75,445,1589266800"; d="scan'208";a="150793971" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Aug 2020 06:28:36 -0700 IronPort-SDR: GTHAjA5L42W2Nl8aOlklelm5J2CHS4FK31EVXGQPsJxGV9CuaEUuO9Xoix8lnyFvQqirkhgm8P lpJOY2bnAZvw== X-IronPort-AV: E=Sophos;i="5.75,445,1589266800"; d="scan'208";a="468228572" Received: from bricha3-mobl.ger.corp.intel.com ([10.213.223.122]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 07 Aug 2020 06:28:35 -0700 Date: Fri, 7 Aug 2020 14:28:32 +0100 From: Bruce Richardson To: Ciara Power Cc: dev@dpdk.org, thomas@monjalon.net Message-ID: <20200807132832.GB306@bricha3-MOBL.ger.corp.intel.com> References: <20200807123009.21266-1-ciara.power@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200807123009.21266-1-ciara.power@intel.com> Subject: Re: [dpdk-dev] [PATCH 20.11 00/19] 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 Fri, Aug 07, 2020 at 01:29:50PM +0100, Ciara Power wrote: > As previously decided [1] and communicated via deprecation notice [2], the > make build system is to be removed in the 20.11 release. > > This patchset removes support for compiling DPDK with the legacy make > build system. Some make support is maintained for example applications, > where pkg-config is used rather than the legacy make method. > > References to the make build system are removed from all documentation, > please review to see if replacement meson instructions are needed in some cases. > > [1] https://mails.dpdk.org/archives/dev/2020-April/162839.html > [2] http://git.dpdk.org/dpdk/commit/?id=a5449d78d1413e7bd1d66f6e70884e46cfb5e673 > > Ciara Power (19): > examples: remove legacy sections of makefiles > build: remove makefiles and mk directory > config: remove all config files used by make > buildtools: remove all scripts for use with make > doc: remove references to make in bbdev guides > doc: remove references to make in compressdev guides > doc: remove references to make in contributing guides > doc: remove references to make in cryptodev guides > doc: remove references to make in eventdev guides > doc: remove references to make in FreeBSD gsg guide > doc: remove references to make in howto guides > doc: remove references to make in Linux gsg guides > doc: remove references to make in mempool guides > doc: remove references to make in NIC guides > doc: remove references to make in platform guides > doc: remove references to make in prog guides > doc: remove references to make in rawdev guides > doc: remove references to make in sample app guides > doc: remove references to make in vdpadevs guides > > 535 files changed, 256 insertions(+), 18894 deletions(-) Thanks for taking on this work. I like those diff-stat numbers. Nearly 19000 lines fewer in DPDK!