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 14:56:29 +0000 Message-ID: <1547650589.4501.76.camel@debian.org> References: <20190116113713.40009-1-bruce.richardson@intel.com> <20190116144108.GA152812@bricha3-MOBL.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Cc: tredaelli@redhat.com, Christian Ehrhardt , ndas@suse.de To: Bruce Richardson , dev@dpdk.org Return-path: Received: from mail-wr1-f68.google.com (mail-wr1-f68.google.com [209.85.221.68]) by dpdk.org (Postfix) with ESMTP id 340549E4 for ; Wed, 16 Jan 2019 15:56:31 +0100 (CET) Received: by mail-wr1-f68.google.com with SMTP id u4so7276807wrp.3 for ; Wed, 16 Jan 2019 06:56:31 -0800 (PST) In-Reply-To: <20190116144108.GA152812@bricha3-MOBL.ger.corp.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 14:41 +0000, Bruce Richardson wrote: > + Marco and Christian to ensure I get the most distro awareness. -Marco +Nirvoy - Nirvoy is the current maintainer of DPDK in SUSE > 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. > >=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 com= patibility > > 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= .05 > > onwards. For > > +=C2=A0=C2=A0those users with a version earlier than 0.47.1, an updated= copy > > of meson > > +=C2=A0=C2=A0can be got using the ``pip``, or ``pip3``, tool for downlo= ading > > 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=20 > > case. > > =C2=A0 > > --=C2=A0 > > 2.20.1 > >=20 --=20 Kind regards, Luca Boccassi