From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 6F9BE5F51 for ; Fri, 1 Feb 2019 11:52:08 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 07E0C22145; Fri, 1 Feb 2019 05:52:08 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Fri, 01 Feb 2019 05:52:08 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=cKgGYOl2uxOvXHfndPbk9hqlaNDxq/0+eAfdTQc6GH8=; b=gSp4ubUrVGtF s3GWdt50IyJPhQklEFXpgXlqQFJ4CtjFg9TdmtI3QvXy9/Ov5h80zHag6tIId1ap PPoTKrCTgrp1FW/5V8GqCpv2kJnrFfq42IC8MrpzRMHamw0YU4u4H0/EZMyZH6qR eH36fko7Vv3QVmpbySkLs3PWhQPQpZI= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=cKgGYOl2uxOvXHfndPbk9hqlaNDxq/0+eAfdTQc6G H8=; b=WXk59huP5G/GvJTZVc/TgEqMrTdkd3kDsW+ZSSV4fAm+uAXRMutMXkj8c rCYFPF0jrWVSupczx9xMFkVt0PMSoJg0ZdGsoXYKP8wfhdsux3EbC3MRqonQVlzx Fn4zowxyex4l051WfSf7QYsuQRH1y4F1NFbjI3xfWOL+Il5Z/UlNfByc3VmPW1hE SjyF6oZ84Ca9HY49IV0VzevaPS4whj++bNl0qYpONXH3TBUsO1KsxzFT2H9NFRuz Uo+CrPMpUB0w130xJNTBUS/rxkK5LC4YjbGFPMJpgh8A1JYt8cpYDkSRvflMhHhP psfREyPvqnupb6tOB2RZwUsJCpaRw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtledrjeekgddvvdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfhuthenuceurghilhhouhhtmecufedt tdenucesvcftvggtihhpihgvnhhtshculddquddttddmnecujfgurhephffvufffkfgjfh gggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgrshcuofhonhhjrghlohhnuceo thhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukfhppeejjedrudefgedrvddtfe drudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhho nhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 6027D10288; Fri, 1 Feb 2019 05:52:07 -0500 (EST) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org Date: Fri, 01 Feb 2019 11:52:06 +0100 Message-ID: <1853896.JpStz2oR0o@xps> In-Reply-To: <20190130164344.60455-1-bruce.richardson@intel.com> References: <20190130164344.60455-1-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] doc: remove note about meson being experimental 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, 01 Feb 2019 10:52:08 -0000 30/01/2019 17:43, Bruce Richardson: > At this stage, meson builds are widely supported for DPDK, and so > the build system should be no longer called out as experimental. > NOTE: this does not imply it's the primary build system, just that > it's safe to use for day-to-day work and for packaging if so > desired. > > Signed-off-by: Bruce Richardson Applied, thanks