From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:content-transfer-encoding:mime-version; bh=6wqxuw883AIC5KnWL3zhK6EGxhAlAXc/YAB2G+/RDZ8=; b=MoRSeXkDBJXqF4HWJG+e94alXAwixO/TVE+Dl4Q6xHVbPPXOWvtSoyD11AwnrTNhtH GJ7w8NYhhBi4cOc6O2GHyiTthSjSU9YLHRue0HOJLEr3d6LJryn3XjGOwUC3kaRRnIcS fsgYVsesJ62hNZZb/SD7W01nMKUl0NPbeut0vkHUenePyhFQZsC0m/RFpNIB3Tovzg5T bj7G7Pu3fYtlbuoIwtgBp0Llb5lUxcx66RN+FREcr7ZKx2gE1LebdpGrnvpv269qUKGF JCqB1AD4pwDpqALtcmuImDx/WmU9SNtvzUmV52tY23tVnlSLVrNapN2S7/mI8DptiyGT MBnA== X-Gm-Message-State: AJcUukdLhU07fFkQmPwWTuKogZFV4Xuuj8WwDpwP2VTLV00TRus5bOvd z3xQI5xeiJyEuKFB7HyLw9s= X-Google-Smtp-Source: ALg8bN4c2BAsPWwccN+JgcRcA5MJUTs+q2G8vDthrCgKQ2icS+05Ul8mTO1UqnYEtjNpQMitXjwojQ== X-Received: by 2002:a5d:454f:: with SMTP id p15mr7599928wrr.39.1547638950011; Wed, 16 Jan 2019 03:42:30 -0800 (PST) Received: from localhost ([2001:1be0:110d:fcfe:132c:a71a:1896:1395]) by smtp.gmail.com with ESMTPSA id a8sm14748899wme.23.2019.01.16.03.42.28 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 16 Jan 2019 03:42:29 -0800 (PST) Message-ID: <1547638947.4501.64.camel@debian.org> From: Luca Boccassi To: Bruce Richardson , dev@dpdk.org Cc: tredaelli@redhat.com Date: Wed, 16 Jan 2019 11:42:27 +0000 In-Reply-To: <20190116113713.40009-1-bruce.richardson@intel.com> References: <20190116113713.40009-1-bruce.richardson@intel.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Evolution 3.22.6-1+deb9u1 Mime-Version: 1.0 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 11:42:30 -0000 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