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 BCC0BA04AF; Thu, 20 Aug 2020 14:56:20 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id F32391C1D2; Thu, 20 Aug 2020 14:52:26 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id BA89F1C1BF for ; Thu, 20 Aug 2020 14:52:20 +0200 (CEST) IronPort-SDR: Q/t3sRpTsWrtjndPbxUhCj3y+JfH+LETznijOtUpNX+5pAK/I3k9nclvMLGMo2R6MGqc7JCMSj y1LlzERI565g== X-IronPort-AV: E=McAfee;i="6000,8403,9718"; a="219594354" X-IronPort-AV: E=Sophos;i="5.76,332,1592895600"; d="scan'208";a="219594354" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Aug 2020 05:52:20 -0700 IronPort-SDR: CW4OM8//ovnA1nQ7VzXv7G714Af0WuyTrm8Ux6j+19Lhih0Xg30paR5boDpHGngqZYVA1cCaBc pe+ubp4rrFOQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,332,1592895600"; d="scan'208";a="498130746" Received: from silpixa00399953.ir.intel.com (HELO silpixa00399953.ger.corp.intel.com) ([10.237.222.53]) by fmsmga005.fm.intel.com with ESMTP; 20 Aug 2020 05:52:18 -0700 From: Ciara Power To: dev@dpdk.org Cc: Ciara Power , Ray Kinsella , Neil Horman , John McNamara , Marko Kovacevic Date: Thu, 20 Aug 2020 13:41:22 +0100 Message-Id: <20200820124140.13451-20-ciara.power@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200820124140.13451-1-ciara.power@intel.com> References: <20200807123009.21266-1-ciara.power@intel.com> <20200820124140.13451-1-ciara.power@intel.com> Subject: [dpdk-dev] [PATCH v2 19/37] doc: remove deprecation notice for make 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" The deprecation notice for make can now be removed as this patchset removes the make build system. Signed-off-by: Ciara Power --- doc/guides/rel_notes/deprecation.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 345c38d5b6..279eccb04a 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -11,13 +11,6 @@ here. Deprecation Notices ------------------- -* make: Support for building DPDK with "make" has been deprecated and - support will be removed in the 20.11 release. From 20.11 onwards, DPDK - should be built using meson and ninja. For basic instructions see the - `Quick-start Guide `_ on the - website or the `Getting Started Guide - `_ document. - * meson: The minimum supported version of meson for configuring and building DPDK will be increased to v0.47.1 (from 0.41) from DPDK 19.05 onwards. For those users with a version earlier than 0.47.1, an updated copy of meson -- 2.17.1