From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 28B95316B for ; Fri, 25 Jan 2019 18:45:25 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Jan 2019 09:45:24 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,522,1539673200"; d="scan'208";a="128572077" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by FMSMGA003.fm.intel.com with ESMTP; 25 Jan 2019 09:45:22 -0800 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by IRSMSX101.ger.corp.intel.com (163.33.3.153) with Microsoft SMTP Server (TLS) id 14.3.408.0; Fri, 25 Jan 2019 17:45:21 +0000 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.65]) by irsmsx155.ger.corp.intel.com ([169.254.14.157]) with mapi id 14.03.0415.000; Fri, 25 Jan 2019 17:45:21 +0000 From: "Van Haaren, Harry" To: "Richardson, Bruce" , "dev@dpdk.org" CC: "bluca@debian.org" , "tredaelli@redhat.com" , "Richardson, Bruce" Thread-Topic: [dpdk-dev] [PATCH] doc: add deprecation notice for meson version Thread-Index: AQHUrY/eHlzY8B/5eUmsFgfGH2awUaXAT3Ew Date: Fri, 25 Jan 2019 17:45:20 +0000 Message-ID: References: <20190116113713.40009-1-bruce.richardson@intel.com> In-Reply-To: <20190116113713.40009-1-bruce.richardson@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYjE4NDQ0NDctMzE5Zi00ZTQ0LWIxNDItMDE0YmMyOTcwZTI0IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiN0dYOFg2eVFiZDVFQjFqN1hPTDM3cENXaURhNmtyWVpFZXpXOGQrODZBaEVUNTdvWVNsRFlTbWUrRUV0cmJqVSJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable 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: Fri, 25 Jan 2019 17:45:25 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Bruce Richardson > Sent: Wednesday, January 16, 2019 11:37 AM > To: dev@dpdk.org > Cc: bluca@debian.org; tredaelli@redhat.com; Richardson, Bruce > > Subject: [dpdk-dev] [PATCH] doc: add deprecation notice for meson version >=20 > 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 > --- > doc/guides/rel_notes/deprecation.rst | 6 ++++++ > 1 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 > Long Term Stable (LTS) version which is 3.16, but compatibility for > recent distribution kernels will be kept. >=20 > +* 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 mes= on > + 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: Harry van Haaren