From patchwork Fri Nov 13 16:16:47 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bruce Richardson X-Patchwork-Id: 84170 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9FAF7A09E0; Fri, 13 Nov 2020 17:17:03 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 55591C868; Fri, 13 Nov 2020 17:17:01 +0100 (CET) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id DB594493D for ; Fri, 13 Nov 2020 17:16:58 +0100 (CET) IronPort-SDR: Pr0tZnhaZ+Whzi9Ub2sQIbCJ7pU7Kpxlb0QKMTjM5Qw6MoNJ3NVmSkxVKVqGPGQQ+FubdY8ibj 2kMRNlMydoWQ== X-IronPort-AV: E=McAfee;i="6000,8403,9804"; a="170663748" X-IronPort-AV: E=Sophos;i="5.77,475,1596524400"; d="scan'208";a="170663748" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Nov 2020 08:16:57 -0800 IronPort-SDR: l88nblcw9rKblHihKS/LSLgzBs3XQhuxTFdH1NBGiwtpbjsi+/lqpv12HisoF1o3Dc8mxfFgT1 PVx3gcYQwASw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,475,1596524400"; d="scan'208";a="531086409" Received: from silpixa00399126.ir.intel.com ([10.237.222.4]) by fmsmga006.fm.intel.com with ESMTP; 13 Nov 2020 08:16:56 -0800 From: Bruce Richardson To: dev@dpdk.org Cc: Bruce Richardson Date: Fri, 13 Nov 2020 16:16:47 +0000 Message-Id: <20201113161647.4536-1-bruce.richardson@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH] doc/rel_notes: remove old deprecation for meson version 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" DPDK has been using meson 0.47 for some time now, so we can safely remove the note calling out this fact. Signed-off-by: Bruce Richardson Acked-by: David Marchand --- doc/guides/rel_notes/deprecation.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index efb09f0c5..e04cab7a1 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -19,12 +19,6 @@ Deprecation Notices ``NET``, ``CRYPTO``, ``VDPA``. The old macros are deprecated and will be removed in a future release. -* 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 - can be got using the ``pip3`` tool (or ``python3 -m pip``) for downloading - python packages. - * kvargs: The function ``rte_kvargs_process`` will get a new parameter for returning key match count. It will ease handling of no-match case.