From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 18344A69 for ; Wed, 16 Jan 2019 14:44:14 +0100 (CET) Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 1DB205A1F0; Wed, 16 Jan 2019 13:44:13 +0000 (UTC) Received: from aldebaran.drizzt.lan (dhcp19-189-71.ntdv.lab.eng.bos.redhat.com [10.19.189.71]) by smtp.corp.redhat.com (Postfix) with ESMTP id 1E0866109B; Wed, 16 Jan 2019 13:44:11 +0000 (UTC) Date: Wed, 16 Jan 2019 14:44:10 +0100 From: Timothy Redaelli To: Bruce Richardson Cc: dev@dpdk.org, bluca@debian.org Message-ID: <20190116144410.7cf61414@aldebaran.drizzt.lan> In-Reply-To: <20190116113713.40009-1-bruce.richardson@intel.com> References: <20190116113713.40009-1-bruce.richardson@intel.com> Organization: Red Hat MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.28]); Wed, 16 Jan 2019 13:44:13 +0000 (UTC) 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 13:44:14 -0000 On Wed, 16 Jan 2019 11:37:13 +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. > Acked-by: Timothy Redaelli