From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luca Boccassi Subject: Re: [PATCH] doc: add deprecation notice for meson version Date: Wed, 16 Jan 2019 11:42:27 +0000 Message-ID: <1547638947.4501.64.camel@debian.org> References: <20190116113713.40009-1-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Cc: tredaelli@redhat.com To: Bruce Richardson , dev@dpdk.org Return-path: Received: from mail-wr1-f67.google.com (mail-wr1-f67.google.com [209.85.221.67]) by dpdk.org (Postfix) with ESMTP id 842D51B05 for ; Wed, 16 Jan 2019 12:42:30 +0100 (CET) Received: by mail-wr1-f67.google.com with SMTP id v13so6553767wrw.5 for ; Wed, 16 Jan 2019 03:42:30 -0800 (PST) In-Reply-To: <20190116113713.40009-1-bruce.richardson@intel.com> 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 Wed, 2019-01-16 at 11:37 +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. >=20 > Signed-off-by: Bruce Richardson > --- > =C2=A0doc/guides/rel_notes/deprecation.rst | 6 ++++++ > =C2=A01 file changed, 6 insertions(+) >=20 > 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 > =C2=A0=C2=A0=C2=A0Long Term Stable (LTS) version which is 3.16, but compa= tibility > for > =C2=A0=C2=A0=C2=A0recent distribution kernels will be kept. > =C2=A0 > +* meson: The minimum supported version of meson for configuring and > building > +=C2=A0=C2=A0DPDK will be increased to v0.47.1 (from 0.41) from DPDK 19.0= 5 > onwards. For > +=C2=A0=C2=A0those users with a version earlier than 0.47.1, an updated c= opy of > meson > +=C2=A0=C2=A0can be got using the ``pip``, or ``pip3``, tool for download= ing > python > +=C2=A0=C2=A0packages. > + > =C2=A0* kvargs: The function ``rte_kvargs_process`` will get a new > parameter > =C2=A0=C2=A0=C2=A0for returning key match count. It will ease handling of= no-match > case. Acked-by: Luca Boccassi --=20 Kind regards, Luca Boccassi