From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id DB487271 for ; Wed, 16 Jan 2019 15:41:13 +0100 (CET) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Jan 2019 06:41:12 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,486,1539673200"; d="scan'208";a="312303500" Received: from bricha3-mobl.ger.corp.intel.com ([10.237.221.54]) by fmsmga005.fm.intel.com with SMTP; 16 Jan 2019 06:41:10 -0800 Received: by (sSMTP sendmail emulation); Wed, 16 Jan 2019 14:41:09 +0000 Date: Wed, 16 Jan 2019 14:41:08 +0000 From: Bruce Richardson To: dev@dpdk.org Cc: bluca@debian.org, tredaelli@redhat.com, Marco Varlese , Christian Ehrhardt Message-ID: <20190116144108.GA152812@bricha3-MOBL.ger.corp.intel.com> References: <20190116113713.40009-1-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190116113713.40009-1-bruce.richardson@intel.com> Organization: Intel Research and Development Ireland Ltd. User-Agent: Mutt/1.10.1 (2018-07-13) Subject: Re: [dpdk-dev] [PATCH] doc: add deprecation notice 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: , X-List-Received-Date: Wed, 16 Jan 2019 14:41:14 -0000 + Marco and Christian to ensure I get the most distro awareness. On Wed, Jan 16, 2019 at 11:37:13AM +0000, Bruce Richardson wrote: > Add a notice in the deprecation section of the release notes to call out > the fact that the minimum supported meson version for DPDK will change > from 19.05 onwards. > > Signed-off-by: Bruce Richardson > --- > doc/guides/rel_notes/deprecation.rst | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst > index d4aea4b46..92524e4e3 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -17,6 +17,12 @@ Deprecation Notices > Long Term Stable (LTS) version which is 3.16, but compatibility for > recent distribution kernels will be kept. > > +* 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 ``pip``, or ``pip3``, tool 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. > > -- > 2.20.1 >